#064790

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

Shades of Dark Cerulean #064790

Tints of Dark Cerulean #064790

Color information

#064790 (or 0x064790) is unknown color: approx Dark Cerulean. HEX triplet: 06, 47 and 90. RGB value is (6,71,144). Sum of RGB (Red+Green+Blue) = 6+71+144=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #064790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064790 is #F9B86F. Grayscale: #3B3B3B. Windows color (decimal): -16365680 or 9455366. OLE color: 9455366.

HSL color Cylindrical-coordinate representation of color #064790: hue angle of 211.74º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064790 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB671144-
CMYK0.960.5100.44
HSL211.74º92%29.41%-
HSV(B)211.74º95.83%56.47%-
XYZ7.366.5627.26-
YUV59.89175.4789.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 144 (56.64% from 255) = 65.16%
R=2.71%
G=32.13%
B=65.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6711440.960.5100.44211.749229.41
Hex64790603302Cd45c1d
Octal61072201406305432413435
Binary1101000111100100001100000110011010110011010100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064790; }

 p { color: rgb(6,71,144); }

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

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

 a { background-color: rgb(6,71,144); }

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

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

 span { border-color: rgb(6,71,144); }

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