#095178

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

Shades of Dark Cerulean #095178

Tints of Dark Cerulean #095178

Color information

#095178 (or 0x095178) is unknown color: approx Dark Cerulean. HEX triplet: 09, 51 and 78. RGB value is (9,81,120). Sum of RGB (Red+Green+Blue) = 9+81+120=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #095178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095178 is #F6AE87. Grayscale: #3F3F3F. Windows color (decimal): -16166536 or 7885065. OLE color: 7885065.

HSL color Cylindrical-coordinate representation of color #095178: hue angle of 201.08º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095178 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB981120-
CMYK0.920.3200.53
HSL201.08º86.05%25.29%-
HSV(B)201.08º92.5%47.06%-
XYZ6.457.318.84-
YUV63.92159.6588.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=4.29%
G=38.57%
B=57.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9811200.920.3200.53201.0886.0525.29
Hex951785C20035c95619
Octal111211701344006531112631
Binary1001101000111110001011100100000011010111001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095178; }

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

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

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

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

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

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

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

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