#064869

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

Shades of Dark Cerulean #064869

Tints of Dark Cerulean #064869

Color information

#064869 (or 0x064869) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 69. RGB value is (6,72,105). Sum of RGB (Red+Green+Blue) = 6+72+105=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #064869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064869 is #F9B796. Grayscale: #373737. Windows color (decimal): -16365463 or 6899718. OLE color: 6899718.

HSL color Cylindrical-coordinate representation of color #064869: hue angle of 200º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064869 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB672105-
CMYK0.940.3100.59
HSL200º89.19%21.76%-
HSV(B)200º94.29%41.18%-
XYZ4.945.6914.2-
YUV56.03155.6392.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 72 (28.52% from 255) = 39.34%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=3.28%
G=39.34%
B=57.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6721050.940.3100.5920089.1921.76
Hex648695E1F03Bc85916
Octal61101511363707331013126
Binary11010010001101001101111011111011101111001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064869; }

 p { color: rgb(6,72,105); }

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

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

 a { background-color: rgb(6,72,105); }

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

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

 span { border-color: rgb(6,72,105); }

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