Html Css Color HEX #157CDC Navy Blue

📋 copy color: '#157CDC'

red 21 ◦ green 124 ◦ blue 220

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

Shades of Navy Blue #157CDC

Tints of Navy Blue #157CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

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

R = 5.75%
G = 33.97%
B = 60.27%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#157CDC (or 0x157CDC) is known color: Navy Blue. HEX triplet: 15, 7C and DC. RGB value is (21,124,220). Sum of RGB (Red+Green+Blue) = 21+124+220=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #157CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CDC is #EA8323. Grayscale: #676767. Windows color (decimal): -15368996 or 14449685. OLE color: 14449685.

HSL color Cylindrical-coordinate representation of color #157CDC: hue angle of 208.94º 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 #157CDC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 124 220 -
CMYK 0.90 0.44 0 0.14
HSL 208.94º 0.83% 0.47% -
HSV(B) 208.94º 0.9% 0.86% -
XYZ 20.44 19.74 70.44 -
YUV 104.15 193.38 68.69 -
System Red Green Blue C M Y K H S L
Decimal 21 124 220 0.90 0.44 0 0.14 208.94 0.83 0.47
Hex 15 7C DC 5A 2C 0 E D1 53 2F
Octal 25 174 334 132 54 0 16 321 123 57
Binary 10101 1111100 11011100 1011010 101100 0 1110 11010001 1010011 101111

Color Harmonies of #157CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CDC

Black with #157CDC

Text Example


Text Example

White with #157CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #157CDC; }

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

 H1.HeaderClassName
 {
   color: #157CDC;
 }
 .AnyTagClassName
 {
   color: #157CDC;
 }
</style>

background-color css

<style>
 a { background-color: #157CDC; }

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

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

border-color css

<style>
 span { border-color: #157CDC; }

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

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