#064982

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

Shades of Dark Cerulean #064982

Tints of Dark Cerulean #064982

Color information

#064982 (or 0x064982) is unknown color: approx Dark Cerulean. HEX triplet: 06, 49 and 82. RGB value is (6,73,130). Sum of RGB (Red+Green+Blue) = 6+73+130=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #064982 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064982 is #F9B67D. Grayscale: #3B3B3B. Windows color (decimal): -16365182 or 8538374. OLE color: 8538374.

HSL color Cylindrical-coordinate representation of color #064982: hue angle of 207.58º 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 #064982 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB673130-
CMYK0.950.4400.49
HSL207.58º91.18%26.67%-
HSV(B)207.58º95.38%50.98%-
XYZ6.496.4222.02-
YUV59.46167.889.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.87%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 130 (51.17% from 255) = 62.20%
R=2.87%
G=34.93%
B=62.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6731300.950.4400.49207.5891.1826.67
Hex649825F2C031d05b1b
Octal61112021375406132013333
Binary1101001001100000101011111101100011000111010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064982; }

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

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

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

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

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

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

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

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