Html Css Color HEX #1154AB Cobalt

📋 copy color: '#1154AB'

red 17 ◦ green 84 ◦ blue 171

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

Shades of Cobalt #1154AB

Tints of Cobalt #1154AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 6.25%
G = 30.88%
B = 62.87%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1154AB (or 0x1154AB) is known color: Cobalt. HEX triplet: 11, 54 and AB. RGB value is (17,84,171). Sum of RGB (Red+Green+Blue) = 17+84+171=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #1154AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1154AB is #EEAB54. Grayscale: #494949. Windows color (decimal): -15641429 or 11228177. OLE color: 11228177.

HSL color Cylindrical-coordinate representation of color #1154AB: hue angle of 213.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1154AB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 84 171 -
CMYK 0.90 0.51 0 0.33
HSL 213.9º 0.82% 0.37% -
HSV(B) 213.9º 0.9% 0.67% -
XYZ 10.75 9.4 39.78 -
YUV 73.89 182.8 87.43 -
System Red Green Blue C M Y K H S L
Decimal 17 84 171 0.90 0.51 0 0.33 213.9 0.82 0.37
Hex 11 54 AB 5A 33 0 21 D6 52 25
Octal 21 124 253 132 63 0 41 326 122 45
Binary 10001 1010100 10101011 1011010 110011 0 100001 11010110 1010010 100101

Color Harmonies of #1154AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1154AB

Black with #1154AB

Text Example


Text Example

White with #1154AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1154AB; }

 p { color: rgb(17,84,171); }

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

background-color css

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

 a { background-color: rgb(17,84,171); }

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

border-color css

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

 span { border-color: rgb(17,84,171); }

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