#065d89

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

Shades of Dark Cerulean #065D89

Tints of Dark Cerulean #065D89

Color information

#065D89 (or 0x065D89) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5D and 89. RGB value is (6,93,137). Sum of RGB (Red+Green+Blue) = 6+93+137=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #065D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D89 is #F9A276. Grayscale: #474747. Windows color (decimal): -16360055 or 9002246. OLE color: 9002246.

HSL color Cylindrical-coordinate representation of color #065D89: hue angle of 200.15º 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 #065D89 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB693137-
CMYK0.960.3200.46
HSL200.15º91.61%28.04%-
HSV(B)200.15º95.62%53.73%-
XYZ8.59.6725.09-
YUV72164.6880.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 93 (36.72% from 255) = 39.41%
BLUE value IS 137 (53.91% from 255) = 58.05%
R=2.54%
G=39.41%
B=58.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6931370.960.3200.46200.1591.6128.04
Hex65D89602002Ec85c1c
Octal61352111404005631013434
Binary1101011101100010011100000100000010111011001000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065d89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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