#095683

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

Shades of Dark Cerulean #095683

Tints of Dark Cerulean #095683

Color information

#095683 (or 0x095683) is unknown color: approx Dark Cerulean. HEX triplet: 09, 56 and 83. RGB value is (9,86,131). Sum of RGB (Red+Green+Blue) = 9+86+131=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 131 (51.56% from 255 or 57.96% from 226); Max value from RGB is 131 - color contains mainly: blue. Hex color #095683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095683 is #F6A97C. Grayscale: #434343. Windows color (decimal): -16165245 or 8607241. OLE color: 8607241.

HSL color Cylindrical-coordinate representation of color #095683: hue angle of 202.13º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #095683 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB986131-
CMYK0.930.3400.49
HSL202.13º87.14%27.45%-
HSV(B)202.13º93.13%51.37%-
XYZ7.548.3522.69-
YUV68.11163.4985.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 131 (51.56% from 255) = 57.96%
R=3.98%
G=38.05%
B=57.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9861310.930.3400.49202.1387.1427.45
Hex956835D22031ca571b
Octal111262031354206131212733
Binary10011010110100000111011101100010011000111001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095683; }

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

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

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

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

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

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

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

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