#065D8E

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

Shades of Dark Cerulean #065D8E

Tints of Dark Cerulean #065D8E

Color information

#065D8E (or 0x065D8E) is unknown color: approx Dark Cerulean. HEX triplet: 06, 5D and 8E. RGB value is (6,93,142). Sum of RGB (Red+Green+Blue) = 6+93+142=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #065D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065D8E is #F9A271. Grayscale: #484848. Windows color (decimal): -16360050 or 9329926. OLE color: 9329926.

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

Color convert

RGB693142-
CMYK0.960.3500.44
HSL201.62º91.89%29.02%-
HSV(B)201.62º95.77%55.69%-
XYZ8.879.8227.02-
YUV72.57167.1880.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.49%
GREEN value IS 93 (36.72% from 255) = 38.59%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=2.49%
G=38.59%
B=58.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6931420.960.3500.44201.6291.8929.02
Hex65D8E602302Cca5c1d
Octal61352161404305431213435
Binary1101011101100011101100000100011010110011001010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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