Html Css Color HEX #115172 Dark Cerulean

📋 copy color: '#115172'

red 17 ◦ green 81 ◦ blue 114

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

Shades of Dark Cerulean #115172

Tints of Dark Cerulean #115172

RGB

 RED value IS 17 (7.03% from 255) = 8.02%

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

 BLUE value IS 114 (44.92% from 255) = 53.77%

R = 8.02%
G = 38.21%
B = 53.77%

CMYK

 C value IS 0.85

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115172 (or 0x115172) is known color: Dark Cerulean. HEX triplet: 11, 51 and 72. RGB value is (17,81,114). Sum of RGB (Red+Green+Blue) = 17+81+114=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #115172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115172 is #EEAE8D. Grayscale: #414141. Windows color (decimal): -15642254 or 7491857. OLE color: 7491857.

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

Color convert

RGB 17 81 114 -
CMYK 0.85 0.29 0 0.55
HSL 200.41º 0.74% 0.26% -
HSV(B) 200.41º 0.85% 0.45% -
XYZ 6.21 7.22 16.99 -
YUV 65.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 17 81 114 0.85 0.29 0 0.55 200.41 0.74 0.26
Hex 11 51 72 55 1D 0 37 C8 4A 1A
Octal 21 121 162 125 35 0 67 310 112 32
Binary 10001 1010001 1110010 1010101 11101 0 110111 11001000 1001010 11010

Color Harmonies of #115172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115172

Black with #115172

Text Example


Text Example

White with #115172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115172; }

 p { color: rgb(17,81,114); }

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

background-color css

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

 a { background-color: rgb(17,81,114); }

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

border-color css

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

 span { border-color: rgb(17,81,114); }

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