#064F75

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

Shades of Dark Cerulean #064F75

Tints of Dark Cerulean #064F75

Color information

#064F75 (or 0x064F75) is unknown color: approx Dark Cerulean. HEX triplet: 06, 4F and 75. RGB value is (6,79,117). Sum of RGB (Red+Green+Blue) = 6+79+117=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #064F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #064F75 is #F9B08A. Grayscale: #3D3D3D. Windows color (decimal): -16363659 or 7687942. OLE color: 7687942.

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

Color convert

RGB679117-
CMYK0.950.3200.54
HSL200.54º90.24%24.12%-
HSV(B)200.54º94.87%45.88%-
XYZ6.086.9217.84-
YUV61.5159.3288.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.97%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=2.97%
G=39.11%
B=57.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6791170.950.3200.54200.5490.2424.12
Hex64F755F20036c95a18
Octal61171651374006631113230
Binary110100111111101011011111100000011011011001001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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