#064A75

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

Shades of Dark Cerulean #064A75

Tints of Dark Cerulean #064A75

Color information

#064A75 (or 0x064A75) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4A and 75. RGB value is (6,74,117). Sum of RGB (Red+Green+Blue) = 6+74+117=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #064A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064A75 is #F9B58A. Grayscale: #3A3A3A. Windows color (decimal): -16364939 or 7686662. OLE color: 7686662.

HSL color Cylindrical-coordinate representation of color #064A75: hue angle of 203.24º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #064A75 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB674117-
CMYK0.950.3700.54
HSL203.24º90.24%24.12%-
HSV(B)203.24º94.87%45.88%-
XYZ5.736.2217.73-
YUV58.57160.9790.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=3.05%
G=37.56%
B=59.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6741170.950.3700.54203.2490.2424.12
Hex64A755F25036cb5a18
Octal61121651374506631313230
Binary110100101011101011011111100101011011011001011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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