Html Css Color HEX #114AAA Cobalt

📋 copy color: '#114AAA'

red 17 ◦ green 74 ◦ blue 170

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

Shades of Cobalt #114AAA

Tints of Cobalt #114AAA

RGB

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

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

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

R = 6.51%
G = 28.35%
B = 65.13%

CMYK

 C value IS 0.9

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#114AAA (or 0x114AAA) is known color: Cobalt. HEX triplet: 11, 4A and AA. RGB value is (17,74,170). Sum of RGB (Red+Green+Blue) = 17+74+170=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #114AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114AAA is #EEB555. Grayscale: #434343. Windows color (decimal): -15643990 or 11160081. OLE color: 11160081.

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

Color convert

RGB 17 74 170 -
CMYK 0.9 0.56 0 0.33
HSL 217.65º 0.82% 0.37% -
HSV(B) 217.65º 0.9% 0.67% -
XYZ 9.94 7.92 39.04 -
YUV 67.9 185.62 91.69 -
System Red Green Blue C M Y K H S L
Decimal 17 74 170 0.9 0.56 0 0.33 217.65 0.82 0.37
Hex 11 4A AA 5A 38 0 21 DA 52 25
Octal 21 112 252 132 70 0 41 332 122 45
Binary 10001 1001010 10101010 1011010 111000 0 100001 11011010 1010010 100101

Color Harmonies of #114AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AAA

Black with #114AAA

Text Example


Text Example

White with #114AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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