Html Css Color HEX #095173 Dark Cerulean

📋 copy color: '#095173'

red 9 ◦ green 81 ◦ blue 115

#095173
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #095173

Tints of Dark Cerulean #095173

RGB

 RED value IS 9 (3.91% from 255) = 4.39%

 GREEN value IS 81 (32.03% from 255) = 39.51%

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 4.39%
G = 39.51%
B = 56.1%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095173 (or 0x095173) is known color: Dark Cerulean. HEX triplet: 09, 51 and 73. RGB value is (9,81,115). Sum of RGB (Red+Green+Blue) = 9+81+115=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #095173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095173 is #F6AE8C. Grayscale: #3F3F3F. Windows color (decimal): -16166541 or 7557385. OLE color: 7557385.

HSL color Cylindrical-coordinate representation of color #095173: hue angle of 199.25º 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 #095173 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 81 115 -
CMYK 0.92 0.30 0 0.55
HSL 199.25º 0.85% 0.24% -
HSV(B) 199.25º 0.92% 0.45% -
XYZ 6.15 7.18 17.28 -
YUV 63.35 157.15 89.24 -
System Red Green Blue C M Y K H S L
Decimal 9 81 115 0.92 0.30 0 0.55 199.25 0.85 0.24
Hex 9 51 73 5C 1E 0 37 C7 55 18
Octal 11 121 163 134 36 0 67 307 125 30
Binary 1001 1010001 1110011 1011100 11110 0 110111 11000111 1010101 11000

Color Harmonies of #095173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095173

Black with #095173

Text Example


Text Example

White with #095173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095173; }

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

 H1.HeaderClassName
 {
   color: #095173;
 }
 .AnyTagClassName
 {
   color: #095173;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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