Html Css Color HEX #114FA3 Cobalt

📋 copy color: '#114FA3'

red 17 ◦ green 79 ◦ blue 163

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

Shades of Cobalt #114FA3

Tints of Cobalt #114FA3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

 BLUE value IS 163 (64.06% from 255) = 62.93%

R = 6.56%
G = 30.5%
B = 62.93%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#114FA3 (or 0x114FA3) is known color: Cobalt. HEX triplet: 11, 4F and A3. RGB value is (17,79,163). Sum of RGB (Red+Green+Blue) = 17+79+163=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #114FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114FA3 is #EEB05C. Grayscale: #454545. Windows color (decimal): -15642717 or 10702609. OLE color: 10702609.

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

Color convert

RGB 17 79 163 -
CMYK 0.90 0.52 0 0.36
HSL 214.52º 0.81% 0.35% -
HSV(B) 214.52º 0.9% 0.64% -
XYZ 9.64 8.36 35.76 -
YUV 70.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 17 79 163 0.90 0.52 0 0.36 214.52 0.81 0.35
Hex 11 4F A3 5A 34 0 24 D7 51 23
Octal 21 117 243 132 64 0 44 327 121 43
Binary 10001 1001111 10100011 1011010 110100 0 100100 11010111 1010001 100011

Color Harmonies of #114FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FA3

Black with #114FA3

Text Example


Text Example

White with #114FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,79,163); }

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

background-color css

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

 a { background-color: rgb(17,79,163); }

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

border-color css

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

 span { border-color: rgb(17,79,163); }

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