Html Css Color HEX #114AAC Cobalt

📋 copy color: '#114AAC'

red 17 ◦ green 74 ◦ blue 172

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

Shades of Cobalt #114AAC

Tints of Cobalt #114AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 6.46%
G = 28.14%
B = 65.4%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#114AAC (or 0x114AAC) is known color: Cobalt. HEX triplet: 11, 4A and AC. RGB value is (17,74,172). Sum of RGB (Red+Green+Blue) = 17+74+172=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #114AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114AAC is #EEB553. Grayscale: #434343. Windows color (decimal): -15643988 or 11291153. OLE color: 11291153.

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

Color convert

RGB 17 74 172 -
CMYK 0.90 0.57 0 0.33
HSL 217.94º 0.82% 0.37% -
HSV(B) 217.94º 0.9% 0.67% -
XYZ 10.13 8 40.04 -
YUV 68.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 17 74 172 0.90 0.57 0 0.33 217.94 0.82 0.37
Hex 11 4A AC 5A 39 0 21 DA 52 25
Octal 21 112 254 132 71 0 41 332 122 45
Binary 10001 1001010 10101100 1011010 111001 0 100001 11011010 1010010 100101

Color Harmonies of #114AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114AAC

Black with #114AAC

Text Example


Text Example

White with #114AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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