#064284

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

Shades of Dark Cerulean #064284

Tints of Dark Cerulean #064284

Color information

#064284 (or 0x064284) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 84. RGB value is (6,66,132). Sum of RGB (Red+Green+Blue) = 6+66+132=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #064284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064284 is #F9BD7B. Grayscale: #373737. Windows color (decimal): -16366972 or 8667654. OLE color: 8667654.

HSL color Cylindrical-coordinate representation of color #064284: hue angle of 211.43º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064284 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB666132-
CMYK0.950.500.48
HSL211.43º91.3%27.06%-
HSV(B)211.43º95.45%51.76%-
XYZ6.195.622.58-
YUV55.58171.1292.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 132 (51.95% from 255) = 64.71%
R=2.94%
G=32.35%
B=64.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6661320.950.500.48211.4391.327.06
Hex642845F32030d35b1b
Octal61022041376206032313333
Binary1101000010100001001011111110010011000011010011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064284; }

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

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

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

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

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

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

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

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