Html Css Color HEX #1550BB Denim

📋 copy color: '#1550BB'

red 21 ◦ green 80 ◦ blue 187

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

Shades of Denim #1550BB

Tints of Denim #1550BB

RGB

 RED value IS 21 (8.59% from 255) = 7.29%

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

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 7.29%
G = 27.78%
B = 64.93%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1550BB (or 0x1550BB) is known color: Denim. HEX triplet: 15, 50 and BB. RGB value is (21,80,187). Sum of RGB (Red+Green+Blue) = 21+80+187=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #1550BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550BB is #EAAF44. Grayscale: #4A4A4A. Windows color (decimal): -15380293 or 12275733. OLE color: 12275733.

HSL color Cylindrical-coordinate representation of color #1550BB: hue angle of 218.67º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1550BB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 80 187 -
CMYK 0.89 0.57 0 0.27
HSL 218.67º 0.8% 0.41% -
HSV(B) 218.67º 0.89% 0.73% -
XYZ 12.15 9.48 48.2 -
YUV 74.56 191.45 89.8 -
System Red Green Blue C M Y K H S L
Decimal 21 80 187 0.89 0.57 0 0.27 218.67 0.8 0.41
Hex 15 50 BB 59 39 0 1B DB 50 29
Octal 25 120 273 131 71 0 33 333 120 51
Binary 10101 1010000 10111011 1011001 111001 0 11011 11011011 1010000 101001

Color Harmonies of #1550BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550BB

Black with #1550BB

Text Example


Text Example

White with #1550BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1550BB; }

 p { color: rgb(21,80,187); }

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

background-color css

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

 a { background-color: rgb(21,80,187); }

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

border-color css

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

 span { border-color: rgb(21,80,187); }

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