Html Css Color HEX #114DA6 Cobalt

📋 copy color: '#114DA6'

red 17 ◦ green 77 ◦ blue 166

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

Shades of Cobalt #114DA6

Tints of Cobalt #114DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 63.85%

R = 6.54%
G = 29.62%
B = 63.85%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#114DA6 (or 0x114DA6) is known color: Cobalt. HEX triplet: 11, 4D and A6. RGB value is (17,77,166). Sum of RGB (Red+Green+Blue) = 17+77+166=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #114DA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DA6 is #EEB259. Grayscale: #444444. Windows color (decimal): -15643226 or 10898705. OLE color: 10898705.

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

Color convert

RGB 17 77 166 -
CMYK 0.90 0.54 0 0.35
HSL 215.84º 0.81% 0.36% -
HSV(B) 215.84º 0.9% 0.65% -
XYZ 9.77 8.18 37.14 -
YUV 69.21 182.62 90.76 -
System Red Green Blue C M Y K H S L
Decimal 17 77 166 0.90 0.54 0 0.35 215.84 0.81 0.36
Hex 11 4D A6 5A 36 0 23 D8 51 24
Octal 21 115 246 132 66 0 43 330 121 44
Binary 10001 1001101 10100110 1011010 110110 0 100011 11011000 1010001 100100

Color Harmonies of #114DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DA6

Black with #114DA6

Text Example


Text Example

White with #114DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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