Html Css Color HEX #114AAE Cobalt

📋 copy color: '#114AAE'

red 17 ◦ green 74 ◦ blue 174

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

Shades of Cobalt #114AAE

Tints of Cobalt #114AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 6.42%
G = 27.92%
B = 65.66%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#114AAE (or 0x114AAE) is known color: Cobalt. HEX triplet: 11, 4A and AE. RGB value is (17,74,174). Sum of RGB (Red+Green+Blue) = 17+74+174=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #114AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114AAE is #EEB551. Grayscale: #434343. Windows color (decimal): -15643986 or 11422225. OLE color: 11422225.

HSL color Cylindrical-coordinate representation of color #114AAE: hue angle of 218.22º 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 #114AAE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 74 174 -
CMYK 0.90 0.57 0 0.32
HSL 218.22º 0.82% 0.37% -
HSV(B) 218.22º 0.9% 0.68% -
XYZ 10.32 8.07 41.06 -
YUV 68.36 187.62 91.37 -
System Red Green Blue C M Y K H S L
Decimal 17 74 174 0.90 0.57 0 0.32 218.22 0.82 0.37
Hex 11 4A AE 5A 39 0 20 DA 52 25
Octal 21 112 256 132 71 0 40 332 122 45
Binary 10001 1001010 10101110 1011010 111001 0 100000 11011010 1010010 100101

Color Harmonies of #114AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AAE

Black with #114AAE

Text Example


Text Example

White with #114AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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