#065F8E

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

Shades of Dark Cerulean #065F8E

Tints of Dark Cerulean #065F8E

Color information

#065F8E (or 0x065F8E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5F and 8E. RGB value is (6,95,142). Sum of RGB (Red+Green+Blue) = 6+95+142=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #065F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065F8E is #F9A071. Grayscale: #494949. Windows color (decimal): -16359538 or 9330438. OLE color: 9330438.

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

Color convert

RGB695142-
CMYK0.960.3300.44
HSL200.74º91.89%29.02%-
HSV(B)200.74º95.77%55.69%-
XYZ9.0510.1827.08-
YUV73.75166.5179.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 95 (37.5% from 255) = 39.09%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=2.47%
G=39.09%
B=58.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6951420.960.3300.44200.7491.8929.02
Hex65F8E602102Cc95c1d
Octal61372161404105431113435
Binary1101011111100011101100000100001010110011001001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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