Html Css Color HEX #115099 Cobalt

📋 copy color: '#115099'

red 17 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #115099

Tints of Cobalt #115099

RGB

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

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

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

R = 6.8%
G = 32%
B = 61.2%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#115099 (or 0x115099) is known color: Cobalt. HEX triplet: 11, 50 and 99. RGB value is (17,80,153). Sum of RGB (Red+Green+Blue) = 17+80+153=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #115099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115099 is #EEAF66. Grayscale: #454545. Windows color (decimal): -15642471 or 10047505. OLE color: 10047505.

HSL color Cylindrical-coordinate representation of color #115099: hue angle of 212.21º 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 #115099 is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 80 153 -
CMYK 0.89 0.48 0 0.4
HSL 212.21º 0.8% 0.33% -
HSV(B) 212.21º 0.89% 0.6% -
XYZ 8.85 8.16 31.24 -
YUV 69.49 175.13 90.56 -
System Red Green Blue C M Y K H S L
Decimal 17 80 153 0.89 0.48 0 0.4 212.21 0.8 0.33
Hex 11 50 99 59 30 0 28 D4 50 21
Octal 21 120 231 131 60 0 50 324 120 41
Binary 10001 1010000 10011001 1011001 110000 0 101000 11010100 1010000 100001

Color Harmonies of #115099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115099

Black with #115099

Text Example


Text Example

White with #115099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115099; }

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

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

background-color css

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

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

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

border-color css

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

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

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