Html Css Color HEX #115389 Dark Cerulean

📋 copy color: '#115389'

red 17 ◦ green 83 ◦ blue 137

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

Shades of Dark Cerulean #115389

Tints of Dark Cerulean #115389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

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

R = 7.17%
G = 35.02%
B = 57.81%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#115389 (or 0x115389) is known color: Dark Cerulean. HEX triplet: 11, 53 and 89. RGB value is (17,83,137). Sum of RGB (Red+Green+Blue) = 17+83+137=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #115389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115389 is #EEAC76. Grayscale: #454545. Windows color (decimal): -15641719 or 8999697. OLE color: 8999697.

HSL color Cylindrical-coordinate representation of color #115389: hue angle of 207º 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 #115389 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 83 137 -
CMYK 0.88 0.39 0 0.46
HSL 207º 0.78% 0.3% -
HSV(B) 207º 0.88% 0.54% -
XYZ 7.84 8.11 24.82 -
YUV 69.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 17 83 137 0.88 0.39 0 0.46 207 0.78 0.3
Hex 11 53 89 58 27 0 2E CF 4E 1E
Octal 21 123 211 130 47 0 56 317 116 36
Binary 10001 1010011 10001001 1011000 100111 0 101110 11001111 1001110 11110

Color Harmonies of #115389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115389

Black with #115389

Text Example


Text Example

White with #115389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115389; }

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

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

background-color css

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

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

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

border-color css

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

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

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