#095782

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

Shades of Dark Cerulean #095782

Tints of Dark Cerulean #095782

Color information

#095782 (or 0x095782) is unknown color: approx Dark Cerulean. HEX triplet: 09, 57 and 82. RGB value is (9,87,130). Sum of RGB (Red+Green+Blue) = 9+87+130=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #095782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095782 is #F6A87D. Grayscale: #444444. Windows color (decimal): -16164990 or 8541961. OLE color: 8541961.

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

Color convert

RGB987130-
CMYK0.930.3300.49
HSL201.32º87.05%27.25%-
HSV(B)201.32º93.08%50.98%-
XYZ7.558.4922.36-
YUV68.58162.6685.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=3.98%
G=38.50%
B=57.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9871300.930.3300.49201.3287.0527.25
Hex957825D21031c9571b
Octal111272021354106131112733
Binary10011010111100000101011101100001011000111001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095782; }

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

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

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

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

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

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

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

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