Html Css Color HEX #157FD8 Navy Blue

📋 copy color: '#157FD8'

red 21 ◦ green 127 ◦ blue 216

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

Shades of Navy Blue #157FD8

Tints of Navy Blue #157FD8

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

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

R = 5.77%
G = 34.89%
B = 59.34%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#157FD8 (or 0x157FD8) is known color: Navy Blue. HEX triplet: 15, 7F and D8. RGB value is (21,127,216). Sum of RGB (Red+Green+Blue) = 21+127+216=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #157FD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157FD8 is #EA8027. Grayscale: #686868. Windows color (decimal): -15368232 or 14188309. OLE color: 14188309.

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

Color convert

RGB 21 127 216 -
CMYK 0.90 0.41 0 0.15
HSL 207.38º 0.82% 0.46% -
HSV(B) 207.38º 0.9% 0.85% -
XYZ 20.29 20.3 67.81 -
YUV 105.45 190.38 67.76 -
System Red Green Blue C M Y K H S L
Decimal 21 127 216 0.90 0.41 0 0.15 207.38 0.82 0.46
Hex 15 7F D8 5A 29 0 F CF 52 2E
Octal 25 177 330 132 51 0 17 317 122 56
Binary 10101 1111111 11011000 1011010 101001 0 1111 11001111 1010010 101110

Color Harmonies of #157FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157FD8

Black with #157FD8

Text Example


Text Example

White with #157FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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