#095171

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

Shades of Dark Cerulean #095171

Tints of Dark Cerulean #095171

Color information

#095171 (or 0x095171) is unknown color: approx Dark Cerulean. HEX triplet: 09, 51 and 71. RGB value is (9,81,113). Sum of RGB (Red+Green+Blue) = 9+81+113=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #095171 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095171 is #F6AE8E. Grayscale: #3E3E3E. Windows color (decimal): -16166543 or 7426313. OLE color: 7426313.

HSL color Cylindrical-coordinate representation of color #095171: hue angle of 198.46º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095171 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB981113-
CMYK0.920.2800.56
HSL198.46º85.25%23.92%-
HSV(B)198.46º92.04%44.31%-
XYZ6.047.1416.68-
YUV63.12156.1589.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=4.43%
G=39.90%
B=55.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9811130.920.2800.56198.4685.2523.92
Hex951715C1C038c65518
Octal111211611343407030612530
Binary100110100011110001101110011100011100011000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095171; }

 p { color: rgb(9,81,113); }

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

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

 a { background-color: rgb(9,81,113); }

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

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

 span { border-color: rgb(9,81,113); }

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