#064868

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

Shades of Dark Cerulean #064868

Tints of Dark Cerulean #064868

Color information

#064868 (or 0x064868) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 68. RGB value is (6,72,104). Sum of RGB (Red+Green+Blue) = 6+72+104=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #064868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064868 is #F9B797. Grayscale: #373737. Windows color (decimal): -16365464 or 6834182. OLE color: 6834182.

HSL color Cylindrical-coordinate representation of color #064868: hue angle of 199.59º 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 #064868 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB672104-
CMYK0.940.3100.59
HSL199.59º89.09%21.57%-
HSV(B)199.59º94.23%40.78%-
XYZ4.895.6713.93-
YUV55.91155.1392.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 104 (41.02% from 255) = 57.14%
R=3.30%
G=39.56%
B=57.14%

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
Decimal6721040.940.3100.59199.5989.0921.57
Hex648685E1F03Bc85916
Octal61101501363707331013126
Binary11010010001101000101111011111011101111001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064868; }

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

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

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

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

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

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

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

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