Html Css Color HEX #114DAB Cobalt

📋 copy color: '#114DAB'

red 17 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #114DAB

Tints of Cobalt #114DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 6.42%
G = 29.06%
B = 64.53%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#114DAB (or 0x114DAB) is known color: Cobalt. HEX triplet: 11, 4D and AB. RGB value is (17,77,171). Sum of RGB (Red+Green+Blue) = 17+77+171=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #114DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DAB is #EEB254. Grayscale: #454545. Windows color (decimal): -15643221 or 11226385. OLE color: 11226385.

HSL color Cylindrical-coordinate representation of color #114DAB: hue angle of 216.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114DAB is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 77 171 -
CMYK 0.90 0.55 0 0.33
HSL 216.62º 0.82% 0.37% -
HSV(B) 216.62º 0.9% 0.67% -
XYZ 10.24 8.37 39.6 -
YUV 69.78 185.12 90.36 -
System Red Green Blue C M Y K H S L
Decimal 17 77 171 0.90 0.55 0 0.33 216.62 0.82 0.37
Hex 11 4D AB 5A 37 0 21 D9 52 25
Octal 21 115 253 132 67 0 41 331 122 45
Binary 10001 1001101 10101011 1011010 110111 0 100001 11011001 1010010 100101

Color Harmonies of #114DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DAB

Black with #114DAB

Text Example


Text Example

White with #114DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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