Html Css Color HEX #114C99 Cobalt

📋 copy color: '#114C99'

red 17 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #114C99

Tints of Cobalt #114C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 6.91%
G = 30.89%
B = 62.2%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#114C99 (or 0x114C99) is known color: Cobalt. HEX triplet: 11, 4C and 99. RGB value is (17,76,153). Sum of RGB (Red+Green+Blue) = 17+76+153=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #114C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C99 is #EEB366. Grayscale: #424242. Windows color (decimal): -15643495 or 10046481. OLE color: 10046481.

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

Color convert

RGB 17 76 153 -
CMYK 0.89 0.50 0 0.4
HSL 213.97º 0.8% 0.33% -
HSV(B) 213.97º 0.89% 0.6% -
XYZ 8.57 7.59 31.15 -
YUV 67.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 17 76 153 0.89 0.50 0 0.4 213.97 0.8 0.33
Hex 11 4C 99 59 32 0 28 D6 50 21
Octal 21 114 231 131 62 0 50 326 120 41
Binary 10001 1001100 10011001 1011001 110010 0 101000 11010110 1010000 100001

Color Harmonies of #114C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C99

Black with #114C99

Text Example


Text Example

White with #114C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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