Html Css Color HEX #114DA0 Cobalt

📋 copy color: '#114DA0'

red 17 ◦ green 77 ◦ blue 160

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

Shades of Cobalt #114DA0

Tints of Cobalt #114DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 62.99%

R = 6.69%
G = 30.31%
B = 62.99%

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

#114DA0 (or 0x114DA0) is known color: Cobalt. HEX triplet: 11, 4D and A0. RGB value is (17,77,160). Sum of RGB (Red+Green+Blue) = 17+77+160=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #114DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DA0 is #EEB25F. Grayscale: #444444. Windows color (decimal): -15643232 or 10505489. OLE color: 10505489.

HSL color Cylindrical-coordinate representation of color #114DA0: hue angle of 214.83º 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 #114DA0 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 77 160 -
CMYK 0.89 0.52 0 0.37
HSL 214.83º 0.81% 0.35% -
HSV(B) 214.83º 0.89% 0.63% -
XYZ 9.23 7.96 34.31 -
YUV 68.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 17 77 160 0.89 0.52 0 0.37 214.83 0.81 0.35
Hex 11 4D A0 59 34 0 25 D7 51 23
Octal 21 115 240 131 64 0 45 327 121 43
Binary 10001 1001101 10100000 1011001 110100 0 100101 11010111 1010001 100011

Color Harmonies of #114DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DA0

Black with #114DA0

Text Example


Text Example

White with #114DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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