#065B89

Color #065B89 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #065B89

Tints of Dark Cerulean #065B89

Color information

#065B89 (or 0x065B89) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5B and 89. RGB value is (6,91,137). Sum of RGB (Red+Green+Blue) = 6+91+137=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #065B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B89 is #F9A476. Grayscale: #464646. Windows color (decimal): -16360567 or 9001734. OLE color: 9001734.

HSL color Cylindrical-coordinate representation of color #065B89: hue angle of 201.07º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B89 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB691137-
CMYK0.960.3400.46
HSL201.07º91.61%28.04%-
HSV(B)201.07º95.62%53.73%-
XYZ8.339.3325.03-
YUV70.83165.3481.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.56%
GREEN value IS 91 (35.94% from 255) = 38.89%
BLUE value IS 137 (53.91% from 255) = 58.55%
R=2.56%
G=38.89%
B=58.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6911370.960.3400.46201.0791.6128.04
Hex65B89602202Ec95c1c
Octal61332111404205631113434
Binary1101011011100010011100000100010010111011001001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065B89; }

 p { color: rgb(6,91,137); }

 H1.HeaderClassName
 {
   color: #065B89;
 }
 .AnyTagClassName
 {
   color: #065B89;
 }
</style>
background-color css

<style>
 a { background-color: #065B89; }

 a { background-color: rgb(6,91,137); }

 div.DivClassName
 {
   background-color: #065B89;
 }
 .BgClassName
 {
   background-color: #065B89;
 }
</style>
border-color css

<style>
 span { border-color: #065B89; }

 span { border-color: rgb(6,91,137); }

 td.TdClassName
 {
   border-color: #065B89;
 }
 .TagClassName
 {
   border-color: #065B89;
 }
</style>