#064B84

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

Shades of Dark Cerulean #064B84

Tints of Dark Cerulean #064B84

Color information

#064B84 (or 0x064B84) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4B and 84. RGB value is (6,75,132). Sum of RGB (Red+Green+Blue) = 6+75+132=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #064B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064B84 is #F9B47B. Grayscale: #3C3C3C. Windows color (decimal): -16364668 or 8669958. OLE color: 8669958.

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

Color convert

RGB675132-
CMYK0.950.4300.48
HSL207.14º91.3%27.06%-
HSV(B)207.14º95.45%51.76%-
XYZ6.766.7422.77-
YUV60.87168.1488.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 132 (51.95% from 255) = 61.97%
R=2.82%
G=35.21%
B=61.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6751320.950.4300.48207.1491.327.06
Hex64B845F2B030cf5b1b
Octal61132041375306031713333
Binary1101001011100001001011111101011011000011001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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