#095073

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

Shades of Dark Cerulean #095073

Tints of Dark Cerulean #095073

Color information

#095073 (or 0x095073) is unknown color: approx Dark Cerulean. HEX triplet: 09, 50 and 73. RGB value is (9,80,115). Sum of RGB (Red+Green+Blue) = 9+80+115=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #095073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095073 is #F6AF8C. Grayscale: #3E3E3E. Windows color (decimal): -16166797 or 7557129. OLE color: 7557129.

HSL color Cylindrical-coordinate representation of color #095073: hue angle of 199.81º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095073 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB980115-
CMYK0.920.3000.55
HSL199.81º85.48%24.31%-
HSV(B)199.81º92.17%45.1%-
XYZ6.087.0317.26-
YUV62.76157.4889.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=4.41%
G=39.22%
B=56.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9801150.920.3000.55199.8185.4824.31
Hex950735C1E037c85518
Octal111201631343606731012530
Binary100110100001110011101110011110011011111001000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095073; }

 p { color: rgb(9,80,115); }

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

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

 a { background-color: rgb(9,80,115); }

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

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

 span { border-color: rgb(9,80,115); }

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