#064282

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

Shades of Dark Cerulean #064282

Tints of Dark Cerulean #064282

Color information

#064282 (or 0x064282) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 82. RGB value is (6,66,130). Sum of RGB (Red+Green+Blue) = 6+66+130=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #064282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064282 is #F9BD7D. Grayscale: #373737. Windows color (decimal): -16366974 or 8536582. OLE color: 8536582.

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

Color convert

RGB666130-
CMYK0.950.4900.49
HSL210.97º91.18%26.67%-
HSV(B)210.97º95.38%50.98%-
XYZ6.055.5521.87-
YUV55.36170.1292.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 130 (51.17% from 255) = 64.36%
R=2.97%
G=32.67%
B=64.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6661300.950.4900.49210.9791.1826.67
Hex642825F31031d35b1b
Octal61022021376106132313333
Binary1101000010100000101011111110001011000111010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064282; }

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

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

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

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

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

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

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

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