Html Css Color HEX #115199 Cobalt

📋 copy color: '#115199'

red 17 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #115199

Tints of Cobalt #115199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 60.96%

R = 6.77%
G = 32.27%
B = 60.96%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#115199 (or 0x115199) is known color: Cobalt. HEX triplet: 11, 51 and 99. RGB value is (17,81,153). Sum of RGB (Red+Green+Blue) = 17+81+153=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #115199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115199 is #EEAE66. Grayscale: #454545. Windows color (decimal): -15642215 or 10047761. OLE color: 10047761.

HSL color Cylindrical-coordinate representation of color #115199: hue angle of 211.76º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115199 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 81 153 -
CMYK 0.89 0.47 0 0.4
HSL 211.76º 0.8% 0.33% -
HSV(B) 211.76º 0.89% 0.6% -
XYZ 8.92 8.3 31.27 -
YUV 70.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 17 81 153 0.89 0.47 0 0.4 211.76 0.8 0.33
Hex 11 51 99 59 2F 0 28 D4 50 21
Octal 21 121 231 131 57 0 50 324 120 41
Binary 10001 1010001 10011001 1011001 101111 0 101000 11010100 1010000 100001

Color Harmonies of #115199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115199

Black with #115199

Text Example


Text Example

White with #115199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115199; }

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

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

background-color css

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

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

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

border-color css

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

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

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