#065989

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

Shades of Dark Cerulean #065989

Tints of Dark Cerulean #065989

Color information

#065989 (or 0x065989) is unknown color: approx Dark Cerulean. HEX triplet: 06, 59 and 89. RGB value is (6,89,137). Sum of RGB (Red+Green+Blue) = 6+89+137=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #065989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065989 is #F9A676. Grayscale: #454545. Windows color (decimal): -16361079 or 9001222. OLE color: 9001222.

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

Color convert

RGB689137-
CMYK0.960.3500.46
HSL201.98º91.61%28.04%-
HSV(B)201.98º95.62%53.73%-
XYZ8.168.9924.97-
YUV69.6516682.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 137 (53.91% from 255) = 59.05%
R=2.59%
G=38.36%
B=59.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6891370.960.3500.46201.9891.6128.04
Hex65989602302Eca5c1c
Octal61312111404305631213434
Binary1101011001100010011100000100011010111011001010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065989; }

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

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

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

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

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

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

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

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