#065B8E

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

Shades of Dark Cerulean #065B8E

Tints of Dark Cerulean #065B8E

Color information

#065B8E (or 0x065B8E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5B and 8E. RGB value is (6,91,142). Sum of RGB (Red+Green+Blue) = 6+91+142=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #065B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065B8E is #F9A471. Grayscale: #474747. Windows color (decimal): -16360562 or 9329414. OLE color: 9329414.

HSL color Cylindrical-coordinate representation of color #065B8E: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065B8E is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB691142-
CMYK0.960.3600.44
HSL202.5º91.89%29.02%-
HSV(B)202.5º95.77%55.69%-
XYZ8.79.4726.96-
YUV71.4167.8481.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.51%
GREEN value IS 91 (35.94% from 255) = 38.08%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=2.51%
G=38.08%
B=59.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6911420.960.3600.44202.591.8929.02
Hex65B8E602402Cca5c1d
Octal61332161404405431213435
Binary1101011011100011101100000100100010110011001010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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