Html Css Color HEX #114998 Cobalt

📋 copy color: '#114998'

red 17 ◦ green 73 ◦ blue 152

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

Shades of Cobalt #114998

Tints of Cobalt #114998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 7.02%
G = 30.17%
B = 62.81%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#114998 (or 0x114998) is known color: Cobalt. HEX triplet: 11, 49 and 98. RGB value is (17,73,152). Sum of RGB (Red+Green+Blue) = 17+73+152=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #114998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114998 is #EEB667. Grayscale: #404040. Windows color (decimal): -15644264 or 9980177. OLE color: 9980177.

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

Color convert

RGB 17 73 152 -
CMYK 0.89 0.52 0 0.40
HSL 215.11º 0.8% 0.33% -
HSV(B) 215.11º 0.89% 0.6% -
XYZ 8.28 7.15 30.65 -
YUV 65.26 176.95 93.58 -
System Red Green Blue C M Y K H S L
Decimal 17 73 152 0.89 0.52 0 0.40 215.11 0.8 0.33
Hex 11 49 98 59 34 0 28 D7 50 21
Octal 21 111 230 131 64 0 50 327 120 41
Binary 10001 1001001 10011000 1011001 110100 0 101000 11010111 1010000 100001

Color Harmonies of #114998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114998

Black with #114998

Text Example


Text Example

White with #114998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114998; }

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

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

background-color css

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

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

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

border-color css

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

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

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