#064692

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

Shades of Dark Cerulean #064692

Tints of Dark Cerulean #064692

Color information

#064692 (or 0x064692) is unknown color: approx Dark Cerulean. HEX triplet: 06, 46 and 92. RGB value is (6,70,146). Sum of RGB (Red+Green+Blue) = 6+70+146=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 146 (57.42% from 255 or 65.77% from 222); Max value from RGB is 146 - color contains mainly: blue. Hex color #064692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064692 is #F9B96D. Grayscale: #3B3B3B. Windows color (decimal): -16365934 or 9586182. OLE color: 9586182.

HSL color Cylindrical-coordinate representation of color #064692: hue angle of 212.57º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064692 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB670146-
CMYK0.960.5200.43
HSL212.57º92.11%29.8%-
HSV(B)212.57º95.89%57.25%-
XYZ7.456.4928.05-
YUV59.53176.889.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 146 (57.42% from 255) = 65.77%
R=2.70%
G=31.53%
B=65.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6701460.960.5200.43212.5792.1129.8
Hex64692603402Bd55c1e
Octal61062221406405332513436
Binary1101000110100100101100000110100010101111010101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064692; }

 p { color: rgb(6,70,146); }

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

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

 a { background-color: rgb(6,70,146); }

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

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

 span { border-color: rgb(6,70,146); }

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