#095174

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

Shades of Dark Cerulean #095174

Tints of Dark Cerulean #095174

Color information

#095174 (or 0x095174) is unknown color: approx Dark Cerulean. HEX triplet: 09, 51 and 74. RGB value is (9,81,116). Sum of RGB (Red+Green+Blue) = 9+81+116=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #095174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095174 is #F6AE8B. Grayscale: #3F3F3F. Windows color (decimal): -16166540 or 7622921. OLE color: 7622921.

HSL color Cylindrical-coordinate representation of color #095174: hue angle of 199.63º 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 #095174 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB981116-
CMYK0.920.3000.55
HSL199.63º85.6%24.51%-
HSV(B)199.63º92.24%45.49%-
XYZ6.217.217.59-
YUV63.46157.6589.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=4.37%
G=39.32%
B=56.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9811160.920.3000.55199.6385.624.51
Hex951745C1E037c85619
Octal111211641343606731012631
Binary100110100011110100101110011110011011111001000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095174; }

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

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

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

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

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

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

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

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