Html Css Color HEX #115189 Dark Cerulean

📋 copy color: '#115189'

red 17 ◦ green 81 ◦ blue 137

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

Shades of Dark Cerulean #115189

Tints of Dark Cerulean #115189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 7.23%
G = 34.47%
B = 58.3%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#115189 (or 0x115189) is known color: Dark Cerulean. HEX triplet: 11, 51 and 89. RGB value is (17,81,137). Sum of RGB (Red+Green+Blue) = 17+81+137=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #115189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115189 is #EEAE76. Grayscale: #434343. Windows color (decimal): -15642231 or 8999185. OLE color: 8999185.

HSL color Cylindrical-coordinate representation of color #115189: hue angle of 208º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115189 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 81 137 -
CMYK 0.88 0.41 0 0.46
HSL 208º 0.78% 0.3% -
HSV(B) 208º 0.88% 0.54% -
XYZ 7.69 7.81 24.77 -
YUV 68.25 166.8 91.45 -
System Red Green Blue C M Y K H S L
Decimal 17 81 137 0.88 0.41 0 0.46 208 0.78 0.3
Hex 11 51 89 58 29 0 2E D0 4E 1E
Octal 21 121 211 130 51 0 56 320 116 36
Binary 10001 1010001 10001001 1011000 101001 0 101110 11010000 1001110 11110

Color Harmonies of #115189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115189

Black with #115189

Text Example


Text Example

White with #115189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115189; }

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

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

background-color css

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

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

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

border-color css

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

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

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