Html Css Color HEX #114DA7 Cobalt

📋 copy color: '#114DA7'

red 17 ◦ green 77 ◦ blue 167

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

Shades of Cobalt #114DA7

Tints of Cobalt #114DA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.98%

R = 6.51%
G = 29.5%
B = 63.98%

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

#114DA7 (or 0x114DA7) is known color: Cobalt. HEX triplet: 11, 4D and A7. RGB value is (17,77,167). Sum of RGB (Red+Green+Blue) = 17+77+167=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 167 (65.62% from 255 or 63.98% from 261); Max value from RGB is 167 - color contains mainly: blue. Hex color #114DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #114DA7 is #EEB258. Grayscale: #444444. Windows color (decimal): -15643225 or 10964241. OLE color: 10964241.

HSL color Cylindrical-coordinate representation of color #114DA7: hue angle of 216º degrees, saturation: 0.82, 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 #114DA7 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 77 167 -
CMYK 0.90 0.54 0 0.35
HSL 216º 0.82% 0.36% -
HSV(B) 216º 0.9% 0.65% -
XYZ 9.86 8.22 37.63 -
YUV 69.32 183.12 90.68 -
System Red Green Blue C M Y K H S L
Decimal 17 77 167 0.90 0.54 0 0.35 216 0.82 0.36
Hex 11 4D A7 5A 36 0 23 D8 52 24
Octal 21 115 247 132 66 0 43 330 122 44
Binary 10001 1001101 10100111 1011010 110110 0 100011 11011000 1010010 100100

Color Harmonies of #114DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DA7

Black with #114DA7

Text Example


Text Example

White with #114DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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