Html Css Color HEX #115072 Dark Cerulean

📋 copy color: '#115072'

red 17 ◦ green 80 ◦ blue 114

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

Shades of Dark Cerulean #115072

Tints of Dark Cerulean #115072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

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

R = 8.06%
G = 37.91%
B = 54.03%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115072 (or 0x115072) is known color: Dark Cerulean. HEX triplet: 11, 50 and 72. RGB value is (17,80,114). Sum of RGB (Red+Green+Blue) = 17+80+114=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #115072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115072 is #EEAF8D. Grayscale: #404040. Windows color (decimal): -15642510 or 7491601. OLE color: 7491601.

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

Color convert

RGB 17 80 114 -
CMYK 0.85 0.30 0 0.55
HSL 201.03º 0.74% 0.26% -
HSV(B) 201.03º 0.85% 0.45% -
XYZ 6.14 7.07 16.96 -
YUV 65.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 17 80 114 0.85 0.30 0 0.55 201.03 0.74 0.26
Hex 11 50 72 55 1E 0 37 C9 4A 1A
Octal 21 120 162 125 36 0 67 311 112 32
Binary 10001 1010000 1110010 1010101 11110 0 110111 11001001 1001010 11010

Color Harmonies of #115072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115072

Black with #115072

Text Example


Text Example

White with #115072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115072; }

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

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

background-color css

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

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

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

border-color css

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

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

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