#095282

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

Shades of Dark Cerulean #095282

Tints of Dark Cerulean #095282

Color information

#095282 (or 0x095282) is unknown color: approx Dark Cerulean. HEX triplet: 09, 52 and 82. RGB value is (9,82,130). Sum of RGB (Red+Green+Blue) = 9+82+130=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #095282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095282 is #F6AD7D. Grayscale: #414141. Windows color (decimal): -16166270 or 8540681. OLE color: 8540681.

HSL color Cylindrical-coordinate representation of color #095282: hue angle of 203.8º 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 #095282 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB982130-
CMYK0.930.3700.49
HSL203.8º87.05%27.25%-
HSV(B)203.8º93.08%50.98%-
XYZ7.167.722.23-
YUV65.65164.3287.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 130 (51.17% from 255) = 58.82%
R=4.07%
G=37.10%
B=58.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9821300.930.3700.49203.887.0527.25
Hex952825D25031cc571b
Octal111222021354506131412733
Binary10011010010100000101011101100101011000111001100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095282; }

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

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

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

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

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

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

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

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