#064285

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

Shades of Dark Cerulean #064285

Tints of Dark Cerulean #064285

Color information

#064285 (or 0x064285) is unknown color: approx Dark Cerulean. HEX triplet: 06, 42 and 85. RGB value is (6,66,133). Sum of RGB (Red+Green+Blue) = 6+66+133=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #064285 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064285 is #F9BD7A. Grayscale: #373737. Windows color (decimal): -16366971 or 8733190. OLE color: 8733190.

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

Color convert

RGB666133-
CMYK0.950.5000.48
HSL211.65º91.37%27.25%-
HSV(B)211.65º95.49%52.16%-
XYZ6.265.6322.95-
YUV55.7171.6292.55-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 66 (26.17% from 255) = 32.20%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=2.93%
G=32.20%
B=64.88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6661330.950.5000.48211.6591.3727.25
Hex642855F32030d45b1b
Octal61022051376206032413333
Binary1101000010100001011011111110010011000011010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064285; }

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

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

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

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

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

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

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

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