Html Css Color HEX #114DAE Cobalt

📋 copy color: '#114DAE'

red 17 ◦ green 77 ◦ blue 174

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

Shades of Cobalt #114DAE

Tints of Cobalt #114DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 6.34%
G = 28.73%
B = 64.93%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#114DAE (or 0x114DAE) is known color: Cobalt. HEX triplet: 11, 4D and AE. RGB value is (17,77,174). Sum of RGB (Red+Green+Blue) = 17+77+174=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #114DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DAE is #EEB251. Grayscale: #454545. Windows color (decimal): -15643218 or 11422993. OLE color: 11422993.

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

Color convert

RGB 17 77 174 -
CMYK 0.90 0.56 0 0.32
HSL 217.07º 0.82% 0.37% -
HSV(B) 217.07º 0.9% 0.68% -
XYZ 10.53 8.48 41.13 -
YUV 70.12 186.62 90.11 -
System Red Green Blue C M Y K H S L
Decimal 17 77 174 0.90 0.56 0 0.32 217.07 0.82 0.37
Hex 11 4D AE 5A 38 0 20 D9 52 25
Octal 21 115 256 132 70 0 40 331 122 45
Binary 10001 1001101 10101110 1011010 111000 0 100000 11011001 1010010 100101

Color Harmonies of #114DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DAE

Black with #114DAE

Text Example


Text Example

White with #114DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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