#095374

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

Shades of Dark Cerulean #095374

Tints of Dark Cerulean #095374

Color information

#095374 (or 0x095374) is unknown color: approx Dark Cerulean. HEX triplet: 09, 53 and 74. RGB value is (9,83,116). Sum of RGB (Red+Green+Blue) = 9+83+116=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #095374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095374 is #F6AC8B. Grayscale: #404040. Windows color (decimal): -16166028 or 7623433. OLE color: 7623433.

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

Color convert

RGB983116-
CMYK0.920.2800.55
HSL198.5º85.6%24.51%-
HSV(B)198.5º92.24%45.49%-
XYZ6.367.5117.64-
YUV64.64156.9888.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.33%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=4.33%
G=39.90%
B=55.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9831160.920.2800.55198.585.624.51
Hex953745C1C037c75619
Octal111231641343406730712631
Binary100110100111110100101110011100011011111000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095374; }

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

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

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

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

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

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

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

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