Html Css Color HEX #157ED6 Navy Blue

📋 copy color: '#157ED6'

red 21 ◦ green 126 ◦ blue 214

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

Shades of Navy Blue #157ED6

Tints of Navy Blue #157ED6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.9%

 BLUE value IS 214 (83.98% from 255) = 59.28%

R = 5.82%
G = 34.9%
B = 59.28%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#157ED6 (or 0x157ED6) is known color: Navy Blue. HEX triplet: 15, 7E and D6. RGB value is (21,126,214). Sum of RGB (Red+Green+Blue) = 21+126+214=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #157ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ED6 is #EA8129. Grayscale: #686868. Windows color (decimal): -15368490 or 14056981. OLE color: 14056981.

HSL color Cylindrical-coordinate representation of color #157ED6: hue angle of 207.36º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157ED6 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 126 214 -
CMYK 0.90 0.41 0 0.16
HSL 207.36º 0.82% 0.46% -
HSV(B) 207.36º 0.9% 0.84% -
XYZ 19.91 19.94 66.42 -
YUV 104.64 189.71 68.34 -
System Red Green Blue C M Y K H S L
Decimal 21 126 214 0.90 0.41 0 0.16 207.36 0.82 0.46
Hex 15 7E D6 5A 29 0 10 CF 52 2E
Octal 25 176 326 132 51 0 20 317 122 56
Binary 10101 1111110 11010110 1011010 101001 0 10000 11001111 1010010 101110

Color Harmonies of #157ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ED6

Black with #157ED6

Text Example


Text Example

White with #157ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,126,214); }

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

background-color css

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

 a { background-color: rgb(21,126,214); }

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

border-color css

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

 span { border-color: rgb(21,126,214); }

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