#064875

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

Shades of Dark Cerulean #064875

Tints of Dark Cerulean #064875

Color information

#064875 (or 0x064875) is unknown color: approx Dark Cerulean. HEX triplet: 06, 48 and 75. RGB value is (6,72,117). Sum of RGB (Red+Green+Blue) = 6+72+117=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #064875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064875 is #F9B78A. Grayscale: #393939. Windows color (decimal): -16365451 or 7686150. OLE color: 7686150.

HSL color Cylindrical-coordinate representation of color #064875: hue angle of 204.32º 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 #064875 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB672117-
CMYK0.950.3800.54
HSL204.32º90.24%24.12%-
HSV(B)204.32º94.87%45.88%-
XYZ5.65.9617.68-
YUV57.4161.6391.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 117 (46.09% from 255) = 60%
R=3.08%
G=36.92%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6721170.950.3800.54204.3290.2424.12
Hex648755F26036cc5a18
Octal61101651374606631413230
Binary110100100011101011011111100110011011011001100101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064875; }

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

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

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

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

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

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

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

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