Html Css Color HEX #114D9F Cobalt

📋 copy color: '#114D9F'

red 17 ◦ green 77 ◦ blue 159

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

Shades of Cobalt #114D9F

Tints of Cobalt #114D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.85%

R = 6.72%
G = 30.43%
B = 62.85%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#114D9F (or 0x114D9F) is known color: Cobalt. HEX triplet: 11, 4D and 9F. RGB value is (17,77,159). Sum of RGB (Red+Green+Blue) = 17+77+159=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #114D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114D9F is #EEB260. Grayscale: #444444. Windows color (decimal): -15643233 or 10439953. OLE color: 10439953.

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

Color convert

RGB 17 77 159 -
CMYK 0.89 0.52 0 0.38
HSL 214.65º 0.81% 0.35% -
HSV(B) 214.65º 0.89% 0.62% -
XYZ 9.14 7.93 33.85 -
YUV 68.41 179.12 91.33 -
System Red Green Blue C M Y K H S L
Decimal 17 77 159 0.89 0.52 0 0.38 214.65 0.81 0.35
Hex 11 4D 9F 59 34 0 26 D7 51 23
Octal 21 115 237 131 64 0 46 327 121 43
Binary 10001 1001101 10011111 1011001 110100 0 100110 11010111 1010001 100011

Color Harmonies of #114D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D9F

Black with #114D9F

Text Example


Text Example

White with #114D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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