Html Css Color HEX #1150B1 Cobalt

📋 copy color: '#1150B1'

red 17 ◦ green 80 ◦ blue 177

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

Shades of Cobalt #1150B1

Tints of Cobalt #1150B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 64.6%

R = 6.2%
G = 29.2%
B = 64.6%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1150B1 (or 0x1150B1) is known color: Cobalt. HEX triplet: 11, 50 and B1. RGB value is (17,80,177). Sum of RGB (Red+Green+Blue) = 17+80+177=274 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.20% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #1150B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1150B1 is #EEAF4E. Grayscale: #474747. Windows color (decimal): -15642447 or 11620369. OLE color: 11620369.

HSL color Cylindrical-coordinate representation of color #1150B1: hue angle of 216.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1150B1 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 80 177 -
CMYK 0.90 0.55 0 0.31
HSL 216.38º 0.82% 0.38% -
HSV(B) 216.38º 0.9% 0.69% -
XYZ 11.04 9.03 42.76 -
YUV 72.22 187.13 88.61 -
System Red Green Blue C M Y K H S L
Decimal 17 80 177 0.90 0.55 0 0.31 216.38 0.82 0.38
Hex 11 50 B1 5A 37 0 1F D8 52 26
Octal 21 120 261 132 67 0 37 330 122 46
Binary 10001 1010000 10110001 1011010 110111 0 11111 11011000 1010010 100110

Color Harmonies of #1150B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150B1

Black with #1150B1

Text Example


Text Example

White with #1150B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1150B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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