#095272

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

Shades of Dark Cerulean #095272

Tints of Dark Cerulean #095272

Color information

#095272 (or 0x095272) is unknown color: approx Dark Cerulean. HEX triplet: 09, 52 and 72. RGB value is (9,82,114). Sum of RGB (Red+Green+Blue) = 9+82+114=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #095272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095272 is #F6AD8D. Grayscale: #3F3F3F. Windows color (decimal): -16166286 or 7492105. OLE color: 7492105.

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

Color convert

RGB982114-
CMYK0.920.2800.55
HSL198.29º85.37%24.12%-
HSV(B)198.29º92.11%44.71%-
XYZ6.177.3117.01-
YUV63.82156.3288.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=4.39%
G=40%
B=55.61%

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
Decimal9821140.920.2800.55198.2985.3724.12
Hex952725C1C037c65518
Octal111221621343406730612530
Binary100110100101110010101110011100011011111000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095272; }

 p { color: rgb(9,82,114); }

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

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

 a { background-color: rgb(9,82,114); }

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

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

 span { border-color: rgb(9,82,114); }

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