#095A92

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

Shades of Dark Cerulean #095A92

Tints of Dark Cerulean #095A92

Color information

#095A92 (or 0x095A92) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5A and 92. RGB value is (9,90,146). Sum of RGB (Red+Green+Blue) = 9+90+146=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #095A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A92 is #F6A56D. Grayscale: #474747. Windows color (decimal): -16164206 or 9591305. OLE color: 9591305.

HSL color Cylindrical-coordinate representation of color #095A92: hue angle of 204.53º 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 #095A92 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB990146-
CMYK0.940.3800.43
HSL204.53º88.39%30.39%-
HSV(B)204.53º93.84%57.25%-
XYZ8.969.4528.55-
YUV72.17169.6682.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.67%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 146 (57.42% from 255) = 59.59%
R=3.67%
G=36.73%
B=59.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9901460.940.3800.43204.5388.3930.39
Hex95A925E2602Bcd581e
Octal111322221364605331513036
Binary10011011010100100101011110100110010101111001101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A92; }

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

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

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

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

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

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

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

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