#064A94

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

Shades of Dark Cerulean #064A94

Tints of Dark Cerulean #064A94

Color information

#064A94 (or 0x064A94) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 94. RGB value is (6,74,148). Sum of RGB (Red+Green+Blue) = 6+74+148=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #064A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #064A94 is #F9B56B. Grayscale: #3D3D3D. Windows color (decimal): -16364908 or 9718278. OLE color: 9718278.

HSL color Cylindrical-coordinate representation of color #064A94: hue angle of 211.27º 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 #064A94 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB674148-
CMYK0.960.5000.42
HSL211.27º92.21%30.2%-
HSV(B)211.27º95.95%58.04%-
XYZ7.877.0728.97-
YUV62.1176.4787.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.63%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 148 (58.20% from 255) = 64.91%
R=2.63%
G=32.46%
B=64.91%

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
Decimal6741480.960.5000.42211.2792.2130.2
Hex64A94603202Ad35c1e
Octal61122241406205232313436
Binary1101001010100101001100000110010010101011010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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