Html Css Color HEX #1550BA Denim

📋 copy color: '#1550BA'

red 21 ◦ green 80 ◦ blue 186

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

Shades of Denim #1550BA

Tints of Denim #1550BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.81%

R = 7.32%
G = 27.87%
B = 64.81%

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

#1550BA (or 0x1550BA) is known color: Denim. HEX triplet: 15, 50 and BA. RGB value is (21,80,186). Sum of RGB (Red+Green+Blue) = 21+80+186=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #1550BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1550BA is #EAAF45. Grayscale: #494949. Windows color (decimal): -15380294 or 12210197. OLE color: 12210197.

HSL color Cylindrical-coordinate representation of color #1550BA: hue angle of 218.55º 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 #1550BA is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 80 186 -
CMYK 0.89 0.57 0 0.27
HSL 218.55º 0.8% 0.41% -
HSV(B) 218.55º 0.89% 0.73% -
XYZ 12.04 9.44 47.64 -
YUV 74.44 190.95 89.88 -
System Red Green Blue C M Y K H S L
Decimal 21 80 186 0.89 0.57 0 0.27 218.55 0.8 0.41
Hex 15 50 BA 59 39 0 1B DB 50 29
Octal 25 120 272 131 71 0 33 333 120 51
Binary 10101 1010000 10111010 1011001 111001 0 11011 11011011 1010000 101001

Color Harmonies of #1550BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1550BA

Black with #1550BA

Text Example


Text Example

White with #1550BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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