Html Css Color HEX #114897 Cobalt

📋 copy color: '#114897'

red 17 ◦ green 72 ◦ blue 151

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

Shades of Cobalt #114897

Tints of Cobalt #114897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

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

R = 7.08%
G = 30%
B = 62.92%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#114897 (or 0x114897) is known color: Cobalt. HEX triplet: 11, 48 and 97. RGB value is (17,72,151). Sum of RGB (Red+Green+Blue) = 17+72+151=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #114897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114897 is #EEB768. Grayscale: #404040. Windows color (decimal): -15644521 or 9914385. OLE color: 9914385.

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

Color convert

RGB 17 72 151 -
CMYK 0.89 0.52 0 0.41
HSL 215.37º 0.8% 0.33% -
HSV(B) 215.37º 0.89% 0.59% -
XYZ 8.13 6.99 30.2 -
YUV 64.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 17 72 151 0.89 0.52 0 0.41 215.37 0.8 0.33
Hex 11 48 97 59 34 0 29 D7 50 21
Octal 21 110 227 131 64 0 51 327 120 41
Binary 10001 1001000 10010111 1011001 110100 0 101001 11010111 1010000 100001

Color Harmonies of #114897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114897

Black with #114897

Text Example


Text Example

White with #114897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114897; }

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

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

background-color css

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

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

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

border-color css

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

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

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