#064876

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

Shades of Dark Cerulean #064876

Tints of Dark Cerulean #064876

Color information

#064876 (or 0x064876) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 76. RGB value is (6,72,118). Sum of RGB (Red+Green+Blue) = 6+72+118=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #064876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064876 is #F9B789. Grayscale: #393939. Windows color (decimal): -16365450 or 7751686. OLE color: 7751686.

HSL color Cylindrical-coordinate representation of color #064876: hue angle of 204.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064876 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB672118-
CMYK0.950.3900.54
HSL204.64º90.32%24.31%-
HSV(B)204.64º94.92%46.27%-
XYZ5.665.9818-
YUV57.51162.1391.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=3.06%
G=36.73%
B=60.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6721180.950.3900.54204.6490.3224.31
Hex648765F27036cd5a18
Octal61101661374706631513230
Binary110100100011101101011111100111011011011001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064876; }

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

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

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

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

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

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

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

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