#064C82

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

Shades of Dark Cerulean #064C82

Tints of Dark Cerulean #064C82

Color information

#064C82 (or 0x064C82) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4C and 82. RGB value is (6,76,130). Sum of RGB (Red+Green+Blue) = 6+76+130=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #064C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064C82 is #F9B37D. Grayscale: #3C3C3C. Windows color (decimal): -16364414 or 8539142. OLE color: 8539142.

HSL color Cylindrical-coordinate representation of color #064C82: hue angle of 206.13º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064C82 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB676130-
CMYK0.950.4200.49
HSL206.13º91.18%26.67%-
HSV(B)206.13º95.38%50.98%-
XYZ6.696.8222.08-
YUV61.23166.8188.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 76 (30.08% from 255) = 35.85%
BLUE value IS 130 (51.17% from 255) = 61.32%
R=2.83%
G=35.85%
B=61.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6761300.950.4200.49206.1391.1826.67
Hex64C825F2A031ce5b1b
Octal61142021375206131613333
Binary1101001100100000101011111101010011000111001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064C82; }

 p { color: rgb(6,76,130); }

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

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

 a { background-color: rgb(6,76,130); }

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

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

 span { border-color: rgb(6,76,130); }

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