Html Css Color HEX #114BAC Cobalt

📋 copy color: '#114BAC'

red 17 ◦ green 75 ◦ blue 172

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

Shades of Cobalt #114BAC

Tints of Cobalt #114BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.41%

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

R = 6.44%
G = 28.41%
B = 65.15%

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

#114BAC (or 0x114BAC) is known color: Cobalt. HEX triplet: 11, 4B and AC. RGB value is (17,75,172). Sum of RGB (Red+Green+Blue) = 17+75+172=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 172 (67.58% from 255 or 65.15% from 264); Max value from RGB is 172 - color contains mainly: blue. Hex color #114BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114BAC is #EEB453. Grayscale: #444444. Windows color (decimal): -15643732 or 11291409. OLE color: 11291409.

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

Color convert

RGB 17 75 172 -
CMYK 0.90 0.56 0 0.33
HSL 217.55º 0.82% 0.37% -
HSV(B) 217.55º 0.9% 0.67% -
XYZ 10.19 8.13 40.06 -
YUV 68.72 186.28 91.11 -
System Red Green Blue C M Y K H S L
Decimal 17 75 172 0.90 0.56 0 0.33 217.55 0.82 0.37
Hex 11 4B AC 5A 38 0 21 DA 52 25
Octal 21 113 254 132 70 0 41 332 122 45
Binary 10001 1001011 10101100 1011010 111000 0 100001 11011010 1010010 100101

Color Harmonies of #114BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114BAC

Black with #114BAC

Text Example


Text Example

White with #114BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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