Html Css Color HEX #1557BA Denim

📋 copy color: '#1557BA'

red 21 ◦ green 87 ◦ blue 186

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

Shades of Denim #1557BA

Tints of Denim #1557BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

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

R = 7.14%
G = 29.59%
B = 63.27%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1557BA (or 0x1557BA) is known color: Denim. HEX triplet: 15, 57 and BA. RGB value is (21,87,186). Sum of RGB (Red+Green+Blue) = 21+87+186=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #1557BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557BA is #EAA845. Grayscale: #4E4E4E. Windows color (decimal): -15378502 or 12211989. OLE color: 12211989.

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

Color convert

RGB 21 87 186 -
CMYK 0.89 0.53 0 0.27
HSL 216º 0.8% 0.41% -
HSV(B) 216º 0.89% 0.73% -
XYZ 12.58 10.52 47.82 -
YUV 78.55 188.63 86.95 -
System Red Green Blue C M Y K H S L
Decimal 21 87 186 0.89 0.53 0 0.27 216 0.8 0.41
Hex 15 57 BA 59 35 0 1B D8 50 29
Octal 25 127 272 131 65 0 33 330 120 51
Binary 10101 1010111 10111010 1011001 110101 0 11011 11011000 1010000 101001

Color Harmonies of #1557BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557BA

Black with #1557BA

Text Example


Text Example

White with #1557BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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