Html Css Color HEX #157CE0 Navy Blue

📋 copy color: '#157CE0'

red 21 ◦ green 124 ◦ blue 224

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

Shades of Navy Blue #157CE0

Tints of Navy Blue #157CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.7%

R = 5.69%
G = 33.6%
B = 60.7%

CMYK

 C value IS 0.91

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#157CE0 (or 0x157CE0) is known color: Navy Blue. HEX triplet: 15, 7C and E0. RGB value is (21,124,224). Sum of RGB (Red+Green+Blue) = 21+124+224=369 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.69% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 224 (87.89% from 255 or 60.70% from 369); Max value from RGB is 224 - color contains mainly: blue. Hex color #157CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CE0 is #EA831F. Grayscale: #686868. Windows color (decimal): -15368992 or 14711829. OLE color: 14711829.

HSL color Cylindrical-coordinate representation of color #157CE0: hue angle of 209.56º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #157CE0 is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 21 124 224 -
CMYK 0.91 0.45 0 0.12
HSL 209.56º 0.83% 0.48% -
HSV(B) 209.56º 0.91% 0.88% -
XYZ 20.97 19.96 73.27 -
YUV 104.6 195.38 68.37 -
System Red Green Blue C M Y K H S L
Decimal 21 124 224 0.91 0.45 0 0.12 209.56 0.83 0.48
Hex 15 7C E0 5B 2D 0 C D2 53 30
Octal 25 174 340 133 55 0 14 322 123 60
Binary 10101 1111100 11100000 1011011 101101 0 1100 11010010 1010011 110000

Color Harmonies of #157CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CE0

Black with #157CE0

Text Example


Text Example

White with #157CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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