Html Css Color HEX #157AD8 Navy Blue

📋 copy color: '#157AD8'

red 21 ◦ green 122 ◦ blue 216

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

Shades of Navy Blue #157AD8

Tints of Navy Blue #157AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.98%

 BLUE value IS 216 (84.77% from 255) = 60.17%

R = 5.85%
G = 33.98%
B = 60.17%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#157AD8 (or 0x157AD8) is known color: Navy Blue. HEX triplet: 15, 7A and D8. RGB value is (21,122,216). Sum of RGB (Red+Green+Blue) = 21+122+216=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 216 (84.77% from 255 or 60.17% from 359); Max value from RGB is 216 - color contains mainly: blue. Hex color #157AD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157AD8 is #EA8527. Grayscale: #666666. Windows color (decimal): -15369512 or 14187029. OLE color: 14187029.

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

Color convert

RGB 21 122 216 -
CMYK 0.90 0.44 0 0.15
HSL 208.92º 0.82% 0.46% -
HSV(B) 208.92º 0.9% 0.85% -
XYZ 19.66 19.04 67.6 -
YUV 102.52 192.04 69.86 -
System Red Green Blue C M Y K H S L
Decimal 21 122 216 0.90 0.44 0 0.15 208.92 0.82 0.46
Hex 15 7A D8 5A 2C 0 F D1 52 2E
Octal 25 172 330 132 54 0 17 321 122 56
Binary 10101 1111010 11011000 1011010 101100 0 1111 11010001 1010010 101110

Color Harmonies of #157AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AD8

Black with #157AD8

Text Example


Text Example

White with #157AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,122,216); }

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

background-color css

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

 a { background-color: rgb(21,122,216); }

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

border-color css

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

 span { border-color: rgb(21,122,216); }

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