Html Css Color HEX #114FAA Cobalt

📋 copy color: '#114FAA'

red 17 ◦ green 79 ◦ blue 170

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

Shades of Cobalt #114FAA

Tints of Cobalt #114FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.7%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 6.39%
G = 29.7%
B = 63.91%

CMYK

 C value IS 0.9

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#114FAA (or 0x114FAA) is known color: Cobalt. HEX triplet: 11, 4F and AA. RGB value is (17,79,170). Sum of RGB (Red+Green+Blue) = 17+79+170=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #114FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114FAA is #EEB055. Grayscale: #464646. Windows color (decimal): -15642710 or 11161361. OLE color: 11161361.

HSL color Cylindrical-coordinate representation of color #114FAA: hue angle of 215.69º 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 #114FAA is Cyan = 0.9, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 79 170 -
CMYK 0.9 0.54 0 0.33
HSL 215.69º 0.82% 0.37% -
HSV(B) 215.69º 0.9% 0.67% -
XYZ 10.28 8.61 39.15 -
YUV 70.84 183.96 89.6 -
System Red Green Blue C M Y K H S L
Decimal 17 79 170 0.9 0.54 0 0.33 215.69 0.82 0.37
Hex 11 4F AA 5A 36 0 21 D8 52 25
Octal 21 117 252 132 66 0 41 330 122 45
Binary 10001 1001111 10101010 1011010 110110 0 100001 11011000 1010010 100101

Color Harmonies of #114FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FAA

Black with #114FAA

Text Example


Text Example

White with #114FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,170); }

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

background-color css

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

 a { background-color: rgb(17,79,170); }

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

border-color css

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

 span { border-color: rgb(17,79,170); }

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