Html Css Color HEX #115098 Cobalt

📋 copy color: '#115098'

red 17 ◦ green 80 ◦ blue 152

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

Shades of Cobalt #115098

Tints of Cobalt #115098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

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

R = 6.83%
G = 32.13%
B = 61.04%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#115098 (or 0x115098) is known color: Cobalt. HEX triplet: 11, 50 and 98. RGB value is (17,80,152). Sum of RGB (Red+Green+Blue) = 17+80+152=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #115098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115098 is #EEAF67. Grayscale: #454545. Windows color (decimal): -15642472 or 9981969. OLE color: 9981969.

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

Color convert

RGB 17 80 152 -
CMYK 0.89 0.47 0 0.40
HSL 212º 0.8% 0.33% -
HSV(B) 212º 0.89% 0.6% -
XYZ 8.77 8.12 30.81 -
YUV 69.37 174.63 90.65 -
System Red Green Blue C M Y K H S L
Decimal 17 80 152 0.89 0.47 0 0.40 212 0.8 0.33
Hex 11 50 98 59 2F 0 28 D4 50 21
Octal 21 120 230 131 57 0 50 324 120 41
Binary 10001 1010000 10011000 1011001 101111 0 101000 11010100 1010000 100001

Color Harmonies of #115098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115098

Black with #115098

Text Example


Text Example

White with #115098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115098; }

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

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

background-color css

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

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

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

border-color css

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

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

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