Html Css Color HEX #114EA0 Cobalt

📋 copy color: '#114EA0'

red 17 ◦ green 78 ◦ blue 160

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

Shades of Cobalt #114EA0

Tints of Cobalt #114EA0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

 BLUE value IS 160 (62.89% from 255) = 62.75%

R = 6.67%
G = 30.59%
B = 62.75%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#114EA0 (or 0x114EA0) is known color: Cobalt. HEX triplet: 11, 4E and A0. RGB value is (17,78,160). Sum of RGB (Red+Green+Blue) = 17+78+160=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #114EA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114EA0 is #EEB15F. Grayscale: #444444. Windows color (decimal): -15642976 or 10505745. OLE color: 10505745.

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

Color convert

RGB 17 78 160 -
CMYK 0.89 0.51 0 0.37
HSL 214.41º 0.81% 0.35% -
HSV(B) 214.41º 0.89% 0.63% -
XYZ 9.3 8.11 34.33 -
YUV 69.11 179.29 90.83 -
System Red Green Blue C M Y K H S L
Decimal 17 78 160 0.89 0.51 0 0.37 214.41 0.81 0.35
Hex 11 4E A0 59 33 0 25 D6 51 23
Octal 21 116 240 131 63 0 45 326 121 43
Binary 10001 1001110 10100000 1011001 110011 0 100101 11010110 1010001 100011

Color Harmonies of #114EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EA0

Black with #114EA0

Text Example


Text Example

White with #114EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,78,160); }

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

background-color css

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

 a { background-color: rgb(17,78,160); }

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

border-color css

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

 span { border-color: rgb(17,78,160); }

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