#095892

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

Shades of Dark Cerulean #095892

Tints of Dark Cerulean #095892

Color information

#095892 (or 0x095892) is unknown color: approx Dark Cerulean. HEX triplet: 09, 58 and 92. RGB value is (9,88,146). Sum of RGB (Red+Green+Blue) = 9+88+146=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #095892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095892 is #F6A76D. Grayscale: #464646. Windows color (decimal): -16164718 or 9590793. OLE color: 9590793.

HSL color Cylindrical-coordinate representation of color #095892: hue angle of 205.4º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095892 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB988146-
CMYK0.940.4000.43
HSL205.4º88.39%30.39%-
HSV(B)205.4º93.84%57.25%-
XYZ8.799.1128.49-
YUV70.99170.3383.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.70%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 146 (57.42% from 255) = 60.08%
R=3.70%
G=36.21%
B=60.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9881460.940.4000.43205.488.3930.39
Hex958925E2802Bcd581e
Octal111302221365005331513036
Binary10011011000100100101011110101000010101111001101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095892; }

 p { color: rgb(9,88,146); }

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

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

 a { background-color: rgb(9,88,146); }

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

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

 span { border-color: rgb(9,88,146); }

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