Html Css Color HEX #114C9F Cobalt

📋 copy color: '#114C9F'

red 17 ◦ green 76 ◦ blue 159

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

Shades of Cobalt #114C9F

Tints of Cobalt #114C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

 BLUE value IS 159 (62.5% from 255) = 63.1%

R = 6.75%
G = 30.16%
B = 63.1%

CMYK

 C value IS 0.89

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#114C9F (or 0x114C9F) is known color: Cobalt. HEX triplet: 11, 4C and 9F. RGB value is (17,76,159). Sum of RGB (Red+Green+Blue) = 17+76+159=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #114C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #114C9F is #EEB360. Grayscale: #434343. Windows color (decimal): -15643489 or 10439697. OLE color: 10439697.

HSL color Cylindrical-coordinate representation of color #114C9F: hue angle of 215.07º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #114C9F is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 76 159 -
CMYK 0.89 0.52 0 0.38
HSL 215.07º 0.81% 0.35% -
HSV(B) 215.07º 0.89% 0.62% -
XYZ 9.07 7.79 33.83 -
YUV 67.82 179.45 91.75 -
System Red Green Blue C M Y K H S L
Decimal 17 76 159 0.89 0.52 0 0.38 215.07 0.81 0.35
Hex 11 4C 9F 59 34 0 26 D7 51 23
Octal 21 114 237 131 64 0 46 327 121 43
Binary 10001 1001100 10011111 1011001 110100 0 100110 11010111 1010001 100011

Color Harmonies of #114C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114C9F

Black with #114C9F

Text Example


Text Example

White with #114C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,76,159); }

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

background-color css

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

 a { background-color: rgb(17,76,159); }

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

border-color css

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

 span { border-color: rgb(17,76,159); }

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