#064A93

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

Shades of Dark Cerulean #064A93

Tints of Dark Cerulean #064A93

Color information

#064A93 (or 0x064A93) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 93. RGB value is (6,74,147). Sum of RGB (Red+Green+Blue) = 6+74+147=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #064A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A93 is #F9B56C. Grayscale: #3D3D3D. Windows color (decimal): -16364909 or 9652742. OLE color: 9652742.

HSL color Cylindrical-coordinate representation of color #064A93: hue angle of 211.06º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #064A93 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB674147-
CMYK0.960.5000.42
HSL211.06º92.16%30%-
HSV(B)211.06º95.92%57.65%-
XYZ7.797.0428.55-
YUV61.99175.9788.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 74 (29.30% from 255) = 32.60%
BLUE value IS 147 (57.81% from 255) = 64.76%
R=2.64%
G=32.60%
B=64.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6741470.960.5000.42211.0692.1630
Hex64A93603202Ad35c1e
Octal61122231406205232313436
Binary1101001010100100111100000110010010101011010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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