#064A71

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

Shades of Dark Cerulean #064A71

Tints of Dark Cerulean #064A71

Color information

#064A71 (or 0x064A71) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 71. RGB value is (6,74,113). Sum of RGB (Red+Green+Blue) = 6+74+113=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #064A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A71 is #F9B58E. Grayscale: #393939. Windows color (decimal): -16364943 or 7424518. OLE color: 7424518.

HSL color Cylindrical-coordinate representation of color #064A71: hue angle of 201.87º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064A71 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB674113-
CMYK0.950.3500.56
HSL201.87º89.92%23.33%-
HSV(B)201.87º94.69%44.31%-
XYZ5.56.1316.52-
YUV58.11158.9790.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 74 (29.30% from 255) = 38.34%
BLUE value IS 113 (44.53% from 255) = 58.55%
R=3.11%
G=38.34%
B=58.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6741130.950.3500.56201.8789.9223.33
Hex64A715F23038ca5a17
Octal61121611374307031213227
Binary110100101011100011011111100011011100011001010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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