Html Css Color HEX #1557A4 Denim

📋 copy color: '#1557A4'

red 21 ◦ green 87 ◦ blue 164

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

Shades of Denim #1557A4

Tints of Denim #1557A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.29%

R = 7.72%
G = 31.99%
B = 60.29%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1557A4 (or 0x1557A4) is known color: Denim. HEX triplet: 15, 57 and A4. RGB value is (21,87,164). Sum of RGB (Red+Green+Blue) = 21+87+164=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 164 (64.45% from 255 or 60.29% from 272); Max value from RGB is 164 - color contains mainly: blue. Hex color #1557A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1557A4 is #EAA85B. Grayscale: #4B4B4B. Windows color (decimal): -15378524 or 10770197. OLE color: 10770197.

HSL color Cylindrical-coordinate representation of color #1557A4: hue angle of 212.31º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1557A4 is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 21 87 164 -
CMYK 0.87 0.47 0 0.36
HSL 212.31º 0.77% 0.36% -
HSV(B) 212.31º 0.87% 0.64% -
XYZ 10.42 9.66 36.44 -
YUV 76.04 177.63 88.74 -
System Red Green Blue C M Y K H S L
Decimal 21 87 164 0.87 0.47 0 0.36 212.31 0.77 0.36
Hex 15 57 A4 57 2F 0 24 D4 4D 24
Octal 25 127 244 127 57 0 44 324 115 44
Binary 10101 1010111 10100100 1010111 101111 0 100100 11010100 1001101 100100

Color Harmonies of #1557A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557A4

Black with #1557A4

Text Example


Text Example

White with #1557A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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