#095376

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

Shades of Dark Cerulean #095376

Tints of Dark Cerulean #095376

Color information

#095376 (or 0x095376) is unknown color: approx Dark Cerulean. HEX triplet: 09, 53 and 76. RGB value is (9,83,118). Sum of RGB (Red+Green+Blue) = 9+83+118=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #095376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095376 is #F6AC89. Grayscale: #404040. Windows color (decimal): -16166026 or 7754505. OLE color: 7754505.

HSL color Cylindrical-coordinate representation of color #095376: hue angle of 199.27º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095376 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB983118-
CMYK0.920.3000.54
HSL199.27º85.83%24.9%-
HSV(B)199.27º92.37%46.27%-
XYZ6.487.5518.26-
YUV64.86157.9888.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.29%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 118 (46.48% from 255) = 56.19%
R=4.29%
G=39.52%
B=56.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9831180.920.3000.54199.2785.8324.9
Hex953765C1E036c75619
Octal111231661343606630712631
Binary100110100111110110101110011110011011011000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095376; }

 p { color: rgb(9,83,118); }

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

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

 a { background-color: rgb(9,83,118); }

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

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

 span { border-color: rgb(9,83,118); }

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