Html Css Color HEX #114DA1 Cobalt

📋 copy color: '#114DA1'

red 17 ◦ green 77 ◦ blue 161

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

Shades of Cobalt #114DA1

Tints of Cobalt #114DA1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

 BLUE value IS 161 (63.28% from 255) = 63.14%

R = 6.67%
G = 30.2%
B = 63.14%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#114DA1 (or 0x114DA1) is known color: Cobalt. HEX triplet: 11, 4D and A1. RGB value is (17,77,161). Sum of RGB (Red+Green+Blue) = 17+77+161=255 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.67% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 161 (63.28% from 255 or 63.14% from 255); Max value from RGB is 161 - color contains mainly: blue. Hex color #114DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DA1 is #EEB25E. Grayscale: #444444. Windows color (decimal): -15643231 or 10571025. OLE color: 10571025.

HSL color Cylindrical-coordinate representation of color #114DA1: hue angle of 215º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114DA1 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 77 161 -
CMYK 0.89 0.52 0 0.37
HSL 215º 0.81% 0.35% -
HSV(B) 215º 0.89% 0.63% -
XYZ 9.32 8 34.77 -
YUV 68.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 17 77 161 0.89 0.52 0 0.37 215 0.81 0.35
Hex 11 4D A1 59 34 0 25 D7 51 23
Octal 21 115 241 131 64 0 45 327 121 43
Binary 10001 1001101 10100001 1011001 110100 0 100101 11010111 1010001 100011

Color Harmonies of #114DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DA1

Black with #114DA1

Text Example


Text Example

White with #114DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,161); }

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

background-color css

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

 a { background-color: rgb(17,77,161); }

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

border-color css

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

 span { border-color: rgb(17,77,161); }

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