Html Css Color HEX #095170 Dark Cerulean

📋 copy color: '#095170'

red 9 ◦ green 81 ◦ blue 112

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

Shades of Dark Cerulean #095170

Tints of Dark Cerulean #095170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.45%

R = 4.46%
G = 40.1%
B = 55.45%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#095170 (or 0x095170) is known color: Dark Cerulean. HEX triplet: 09, 51 and 70. RGB value is (9,81,112). Sum of RGB (Red+Green+Blue) = 9+81+112=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #095170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095170 is #F6AE8F. Grayscale: #3E3E3E. Windows color (decimal): -16166544 or 7360777. OLE color: 7360777.

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

Color convert

RGB 9 81 112 -
CMYK 0.92 0.28 0 0.56
HSL 198.06º 0.85% 0.24% -
HSV(B) 198.06º 0.92% 0.44% -
XYZ 5.98 7.11 16.39 -
YUV 63.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 9 81 112 0.92 0.28 0 0.56 198.06 0.85 0.24
Hex 9 51 70 5C 1C 0 38 C6 55 18
Octal 11 121 160 134 34 0 70 306 125 30
Binary 1001 1010001 1110000 1011100 11100 0 111000 11000110 1010101 11000

Color Harmonies of #095170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095170

Black with #095170

Text Example


Text Example

White with #095170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095170; }

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

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

background-color css

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

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

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

border-color css

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

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

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