#064A84

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

Shades of Dark Cerulean #064A84

Tints of Dark Cerulean #064A84

Color information

#064A84 (or 0x064A84) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 84. RGB value is (6,74,132). Sum of RGB (Red+Green+Blue) = 6+74+132=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #064A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A84 is #F9B57B. Grayscale: #3B3B3B. Windows color (decimal): -16364924 or 8669702. OLE color: 8669702.

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

Color convert

RGB674132-
CMYK0.950.4400.48
HSL207.62º91.3%27.06%-
HSV(B)207.62º95.45%51.76%-
XYZ6.696.622.75-
YUV60.28168.4789.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 132 (51.95% from 255) = 62.26%
R=2.83%
G=34.91%
B=62.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6741320.950.4400.48207.6291.327.06
Hex64A845F2C030d05b1b
Octal61122041375406032013333
Binary1101001010100001001011111101100011000011010000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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