#065175

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

Shades of Dark Cerulean #065175

Tints of Dark Cerulean #065175

Color information

#065175 (or 0x065175) is unknown color: approx Dark Cerulean. HEX triplet: 06, 51 and 75. RGB value is (6,81,117). Sum of RGB (Red+Green+Blue) = 6+81+117=204 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.94% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #065175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065175 is #F9AE8A. Grayscale: #3E3E3E. Windows color (decimal): -16363147 or 7688454. OLE color: 7688454.

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

Color convert

RGB681117-
CMYK0.950.3100.54
HSL199.46º90.24%24.12%-
HSV(B)199.46º94.87%45.88%-
XYZ6.237.2117.89-
YUV62.68158.6587.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.94%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=2.94%
G=39.71%
B=57.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6811170.950.3100.54199.4690.2424.12
Hex651755F1F036c75a18
Octal61211651373706630713230
Binary11010100011110101101111111111011011011000111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065175; }

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

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

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

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

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

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

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

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