Html Css Color HEX #157DD8 Navy Blue

📋 copy color: '#157DD8'

red 21 ◦ green 125 ◦ blue 216

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

Shades of Navy Blue #157DD8

Tints of Navy Blue #157DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

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

R = 5.8%
G = 34.53%
B = 59.67%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#157DD8 (or 0x157DD8) is known color: Navy Blue. HEX triplet: 15, 7D and D8. RGB value is (21,125,216). Sum of RGB (Red+Green+Blue) = 21+125+216=362 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.80% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #157DD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DD8 is #EA8227. Grayscale: #676767. Windows color (decimal): -15368744 or 14187797. OLE color: 14187797.

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

Color convert

RGB 21 125 216 -
CMYK 0.90 0.42 0 0.15
HSL 208º 0.82% 0.46% -
HSV(B) 208º 0.9% 0.85% -
XYZ 20.04 19.78 67.73 -
YUV 104.28 191.04 68.6 -
System Red Green Blue C M Y K H S L
Decimal 21 125 216 0.90 0.42 0 0.15 208 0.82 0.46
Hex 15 7D D8 5A 2A 0 F D0 52 2E
Octal 25 175 330 132 52 0 17 320 122 56
Binary 10101 1111101 11011000 1011010 101010 0 1111 11010000 1010010 101110

Color Harmonies of #157DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DD8

Black with #157DD8

Text Example


Text Example

White with #157DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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