Html Css Color HEX #1555BD Denim

📋 copy color: '#1555BD'

red 21 ◦ green 85 ◦ blue 189

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

Shades of Denim #1555BD

Tints of Denim #1555BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 189 (74.22% from 255) = 64.07%

R = 7.12%
G = 28.81%
B = 64.07%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1555BD (or 0x1555BD) is known color: Denim. HEX triplet: 15, 55 and BD. RGB value is (21,85,189). Sum of RGB (Red+Green+Blue) = 21+85+189=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #1555BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555BD is #EAAA42. Grayscale: #4D4D4D. Windows color (decimal): -15379011 or 12408085. OLE color: 12408085.

HSL color Cylindrical-coordinate representation of color #1555BD: hue angle of 217.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1555BD is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 85 189 -
CMYK 0.89 0.55 0 0.26
HSL 217.14º 0.8% 0.41% -
HSV(B) 217.14º 0.89% 0.74% -
XYZ 12.74 10.33 49.47 -
YUV 77.72 190.8 87.54 -
System Red Green Blue C M Y K H S L
Decimal 21 85 189 0.89 0.55 0 0.26 217.14 0.8 0.41
Hex 15 55 BD 59 37 0 1A D9 50 29
Octal 25 125 275 131 67 0 32 331 120 51
Binary 10101 1010101 10111101 1011001 110111 0 11010 11011001 1010000 101001

Color Harmonies of #1555BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1555BD

Black with #1555BD

Text Example


Text Example

White with #1555BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1555BD; }

 p { color: rgb(21,85,189); }

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

background-color css

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

 a { background-color: rgb(21,85,189); }

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

border-color css

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

 span { border-color: rgb(21,85,189); }

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