Html Css Color HEX #114D9E Cobalt

📋 copy color: '#114D9E'

red 17 ◦ green 77 ◦ blue 158

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

Shades of Cobalt #114D9E

Tints of Cobalt #114D9E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.56%

 BLUE value IS 158 (62.11% from 255) = 62.7%

R = 6.75%
G = 30.56%
B = 62.7%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#114D9E (or 0x114D9E) is known color: Cobalt. HEX triplet: 11, 4D and 9E. RGB value is (17,77,158). Sum of RGB (Red+Green+Blue) = 17+77+158=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #114D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D9E is #EEB261. Grayscale: #434343. Windows color (decimal): -15643234 or 10374417. OLE color: 10374417.

HSL color Cylindrical-coordinate representation of color #114D9E: hue angle of 214.47º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114D9E is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 77 158 -
CMYK 0.89 0.51 0 0.38
HSL 214.47º 0.81% 0.34% -
HSV(B) 214.47º 0.89% 0.62% -
XYZ 9.06 7.9 33.39 -
YUV 68.29 178.62 91.41 -
System Red Green Blue C M Y K H S L
Decimal 17 77 158 0.89 0.51 0 0.38 214.47 0.81 0.34
Hex 11 4D 9E 59 33 0 26 D6 51 22
Octal 21 115 236 131 63 0 46 326 121 42
Binary 10001 1001101 10011110 1011001 110011 0 100110 11010110 1010001 100010

Color Harmonies of #114D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D9E

Black with #114D9E

Text Example


Text Example

White with #114D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,158); }

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

background-color css

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

 a { background-color: rgb(17,77,158); }

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

border-color css

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

 span { border-color: rgb(17,77,158); }

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