Html Css Color HEX #114E9D Cobalt

📋 copy color: '#114E9D'

red 17 ◦ green 78 ◦ blue 157

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

Shades of Cobalt #114E9D

Tints of Cobalt #114E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 6.75%
G = 30.95%
B = 62.3%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#114E9D (or 0x114E9D) is known color: Cobalt. HEX triplet: 11, 4E and 9D. RGB value is (17,78,157). Sum of RGB (Red+Green+Blue) = 17+78+157=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #114E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114E9D is #EEB162. Grayscale: #444444. Windows color (decimal): -15642979 or 10309137. OLE color: 10309137.

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

Color convert

RGB 17 78 157 -
CMYK 0.89 0.50 0 0.38
HSL 213.86º 0.8% 0.34% -
HSV(B) 213.86º 0.89% 0.62% -
XYZ 9.04 8 32.97 -
YUV 68.77 177.79 91.08 -
System Red Green Blue C M Y K H S L
Decimal 17 78 157 0.89 0.50 0 0.38 213.86 0.8 0.34
Hex 11 4E 9D 59 32 0 26 D6 50 22
Octal 21 116 235 131 62 0 46 326 120 42
Binary 10001 1001110 10011101 1011001 110010 0 100110 11010110 1010000 100010

Color Harmonies of #114E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E9D

Black with #114E9D

Text Example


Text Example

White with #114E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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