Html Css Color HEX #1557DC Navy Blue

📋 copy color: '#1557DC'

red 21 ◦ green 87 ◦ blue 220

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

Shades of Navy Blue #1557DC

Tints of Navy Blue #1557DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 6.4%
G = 26.52%
B = 67.07%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1557DC (or 0x1557DC) is known color: Navy Blue. HEX triplet: 15, 57 and DC. RGB value is (21,87,220). Sum of RGB (Red+Green+Blue) = 21+87+220=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #1557DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557DC is #EAA823. Grayscale: #515151. Windows color (decimal): -15378468 or 14440213. OLE color: 14440213.

HSL color Cylindrical-coordinate representation of color #1557DC: hue angle of 220.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1557DC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 87 220 -
CMYK 0.90 0.60 0 0.14
HSL 220.1º 0.83% 0.47% -
HSV(B) 220.1º 0.9% 0.86% -
XYZ 16.64 12.14 69.18 -
YUV 82.43 205.63 84.19 -
System Red Green Blue C M Y K H S L
Decimal 21 87 220 0.90 0.60 0 0.14 220.1 0.83 0.47
Hex 15 57 DC 5A 3C 0 E DC 53 2F
Octal 25 127 334 132 74 0 16 334 123 57
Binary 10101 1010111 11011100 1011010 111100 0 1110 11011100 1010011 101111

Color Harmonies of #1557DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1557DC

Black with #1557DC

Text Example


Text Example

White with #1557DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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