Html Css Color HEX #114797 Cobalt

📋 copy color: '#114797'

red 17 ◦ green 71 ◦ blue 151

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

Shades of Cobalt #114797

Tints of Cobalt #114797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

 BLUE value IS 151 (59.38% from 255) = 63.18%

R = 7.11%
G = 29.71%
B = 63.18%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114797 (or 0x114797) is known color: Cobalt. HEX triplet: 11, 47 and 97. RGB value is (17,71,151). Sum of RGB (Red+Green+Blue) = 17+71+151=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #114797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114797 is #EEB868. Grayscale: #3F3F3F. Windows color (decimal): -15644777 or 9914129. OLE color: 9914129.

HSL color Cylindrical-coordinate representation of color #114797: hue angle of 215.82º 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 #114797 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 17 71 151 -
CMYK 0.89 0.53 0 0.41
HSL 215.82º 0.8% 0.33% -
HSV(B) 215.82º 0.89% 0.59% -
XYZ 8.07 6.86 30.18 -
YUV 63.97 177.11 94.5 -
System Red Green Blue C M Y K H S L
Decimal 17 71 151 0.89 0.53 0 0.41 215.82 0.8 0.33
Hex 11 47 97 59 35 0 29 D8 50 21
Octal 21 107 227 131 65 0 51 330 120 41
Binary 10001 1000111 10010111 1011001 110101 0 101001 11011000 1010000 100001

Color Harmonies of #114797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114797

Black with #114797

Text Example


Text Example

White with #114797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114797; }

 p { color: rgb(17,71,151); }

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

background-color css

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

 a { background-color: rgb(17,71,151); }

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

border-color css

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

 span { border-color: rgb(17,71,151); }

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