#095692

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

Shades of Dark Cerulean #095692

Tints of Dark Cerulean #095692

Color information

#095692 (or 0x095692) is unknown color: approx Dark Cerulean. HEX triplet: 09, 56 and 92. RGB value is (9,86,146). Sum of RGB (Red+Green+Blue) = 9+86+146=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #095692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095692 is #F6A96D. Grayscale: #454545. Windows color (decimal): -16165230 or 9590281. OLE color: 9590281.

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

Color convert

RGB986146-
CMYK0.940.4100.43
HSL206.28º88.39%30.39%-
HSV(B)206.28º93.84%57.25%-
XYZ8.638.7928.44-
YUV69.82170.9984.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=3.73%
G=35.68%
B=60.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9861460.940.4100.43206.2888.3930.39
Hex956925E2902Bce581e
Octal111262221365105331613036
Binary10011010110100100101011110101001010101111001110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095692; }

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

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

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

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

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

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

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

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