#064769

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

Shades of Dark Cerulean #064769

Tints of Dark Cerulean #064769

Color information

#064769 (or 0x064769) is unknown color: approx Dark Cerulean. HEX triplet: 06, 47 and 69. RGB value is (6,71,105). Sum of RGB (Red+Green+Blue) = 6+71+105=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #064769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064769 is #F9B896. Grayscale: #373737. Windows color (decimal): -16365719 or 6899462. OLE color: 6899462.

HSL color Cylindrical-coordinate representation of color #064769: hue angle of 200.61º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064769 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB671105-
CMYK0.940.3200.59
HSL200.61º89.19%21.76%-
HSV(B)200.61º94.29%41.18%-
XYZ4.885.5714.18-
YUV55.44155.9792.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=3.30%
G=39.01%
B=57.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6711050.940.3200.59200.6189.1921.76
Hex647695E2003Bc95916
Octal61071511364007331113126
Binary110100011111010011011110100000011101111001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064769; }

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

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

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

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

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

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

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

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