Html Css Color HEX #114996 Cobalt

📋 copy color: '#114996'

red 17 ◦ green 73 ◦ blue 150

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

Shades of Cobalt #114996

Tints of Cobalt #114996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 7.08%
G = 30.42%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114996 (or 0x114996) is known color: Cobalt. HEX triplet: 11, 49 and 96. RGB value is (17,73,150). Sum of RGB (Red+Green+Blue) = 17+73+150=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #114996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114996 is #EEB669. Grayscale: #404040. Windows color (decimal): -15644266 or 9849105. OLE color: 9849105.

HSL color Cylindrical-coordinate representation of color #114996: hue angle of 214.74º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114996 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 73 150 -
CMYK 0.89 0.51 0 0.41
HSL 214.74º 0.8% 0.33% -
HSV(B) 214.74º 0.89% 0.59% -
XYZ 8.12 7.09 29.79 -
YUV 65.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 17 73 150 0.89 0.51 0 0.41 214.74 0.8 0.33
Hex 11 49 96 59 33 0 29 D7 50 21
Octal 21 111 226 131 63 0 51 327 120 41
Binary 10001 1001001 10010110 1011001 110011 0 101001 11010111 1010000 100001

Color Harmonies of #114996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114996

Black with #114996

Text Example


Text Example

White with #114996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114996; }

 p { color: rgb(17,73,150); }

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

background-color css

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

 a { background-color: rgb(17,73,150); }

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

border-color css

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

 span { border-color: rgb(17,73,150); }

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