Html Css Color HEX #114CAC Cobalt

📋 copy color: '#114CAC'

red 17 ◦ green 76 ◦ blue 172

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

Shades of Cobalt #114CAC

Tints of Cobalt #114CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 6.42%
G = 28.68%
B = 64.91%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#114CAC (or 0x114CAC) is known color: Cobalt. HEX triplet: 11, 4C and AC. RGB value is (17,76,172). Sum of RGB (Red+Green+Blue) = 17+76+172=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #114CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114CAC is #EEB353. Grayscale: #444444. Windows color (decimal): -15643476 or 11291665. OLE color: 11291665.

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

Color convert

RGB 17 76 172 -
CMYK 0.90 0.56 0 0.33
HSL 217.16º 0.82% 0.37% -
HSV(B) 217.16º 0.9% 0.67% -
XYZ 10.26 8.27 40.08 -
YUV 69.3 185.95 90.69 -
System Red Green Blue C M Y K H S L
Decimal 17 76 172 0.90 0.56 0 0.33 217.16 0.82 0.37
Hex 11 4C AC 5A 38 0 21 D9 52 25
Octal 21 114 254 132 70 0 41 331 122 45
Binary 10001 1001100 10101100 1011010 111000 0 100001 11011001 1010010 100101

Color Harmonies of #114CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CAC

Black with #114CAC

Text Example


Text Example

White with #114CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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