#095288

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

Shades of Dark Cerulean #095288

Tints of Dark Cerulean #095288

Color information

#095288 (or 0x095288) is unknown color: approx Dark Cerulean. HEX triplet: 09, 52 and 88. RGB value is (9,82,136). Sum of RGB (Red+Green+Blue) = 9+82+136=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #095288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095288 is #F6AD77. Grayscale: #424242. Windows color (decimal): -16166264 or 8933897. OLE color: 8933897.

HSL color Cylindrical-coordinate representation of color #095288: hue angle of 205.51º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095288 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB982136-
CMYK0.930.4000.47
HSL205.51º87.59%28.43%-
HSV(B)205.51º93.38%53.33%-
XYZ7.577.8724.41-
YUV66.33167.3287.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 136 (53.52% from 255) = 59.91%
R=3.96%
G=36.12%
B=59.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9821360.930.4000.47205.5187.5928.43
Hex952885D2802Fce581c
Octal111222101355005731613034
Binary10011010010100010001011101101000010111111001110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095288; }

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

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

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

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

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

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

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

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