Html Css Color HEX #114AA7 Cobalt

📋 copy color: '#114AA7'

red 17 ◦ green 74 ◦ blue 167

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

Shades of Cobalt #114AA7

Tints of Cobalt #114AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 64.73%

R = 6.59%
G = 28.68%
B = 64.73%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#114AA7 (or 0x114AA7) is known color: Cobalt. HEX triplet: 11, 4A and A7. RGB value is (17,74,167). Sum of RGB (Red+Green+Blue) = 17+74+167=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 167 (65.62% from 255 or 64.73% from 258); Max value from RGB is 167 - color contains mainly: blue. Hex color #114AA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114AA7 is #EEB558. Grayscale: #434343. Windows color (decimal): -15643993 or 10963473. OLE color: 10963473.

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

Color convert

RGB 17 74 167 -
CMYK 0.90 0.56 0 0.35
HSL 217.2º 0.82% 0.36% -
HSV(B) 217.2º 0.9% 0.65% -
XYZ 9.65 7.81 37.56 -
YUV 67.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 17 74 167 0.90 0.56 0 0.35 217.2 0.82 0.36
Hex 11 4A A7 5A 38 0 23 D9 52 24
Octal 21 112 247 132 70 0 43 331 122 44
Binary 10001 1001010 10100111 1011010 111000 0 100011 11011001 1010010 100100

Color Harmonies of #114AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AA7

Black with #114AA7

Text Example


Text Example

White with #114AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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