Html Css Color HEX #114FA9 Cobalt

📋 copy color: '#114FA9'

red 17 ◦ green 79 ◦ blue 169

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

Shades of Cobalt #114FA9

Tints of Cobalt #114FA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 63.77%

R = 6.42%
G = 29.81%
B = 63.77%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#114FA9 (or 0x114FA9) is known color: Cobalt. HEX triplet: 11, 4F and A9. RGB value is (17,79,169). Sum of RGB (Red+Green+Blue) = 17+79+169=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 169 (66.41% from 255 or 63.77% from 265); Max value from RGB is 169 - color contains mainly: blue. Hex color #114FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114FA9 is #EEB056. Grayscale: #464646. Windows color (decimal): -15642711 or 11095825. OLE color: 11095825.

HSL color Cylindrical-coordinate representation of color #114FA9: hue angle of 215.53º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #114FA9 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 79 169 -
CMYK 0.90 0.53 0 0.34
HSL 215.53º 0.82% 0.36% -
HSV(B) 215.53º 0.9% 0.66% -
XYZ 10.19 8.58 38.65 -
YUV 70.72 183.46 89.68 -
System Red Green Blue C M Y K H S L
Decimal 17 79 169 0.90 0.53 0 0.34 215.53 0.82 0.36
Hex 11 4F A9 5A 35 0 22 D8 52 24
Octal 21 117 251 132 65 0 42 330 122 44
Binary 10001 1001111 10101001 1011010 110101 0 100010 11011000 1010010 100100

Color Harmonies of #114FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FA9

Black with #114FA9

Text Example


Text Example

White with #114FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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