Html Css Color HEX #157DDD Navy Blue

📋 copy color: '#157DDD'

red 21 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #157DDD

Tints of Navy Blue #157DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.22%

R = 5.72%
G = 34.06%
B = 60.22%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#157DDD (or 0x157DDD) is known color: Navy Blue. HEX triplet: 15, 7D and DD. RGB value is (21,125,221). Sum of RGB (Red+Green+Blue) = 21+125+221=367 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.72% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #157DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DDD is #EA8222. Grayscale: #686868. Windows color (decimal): -15368739 or 14515477. OLE color: 14515477.

HSL color Cylindrical-coordinate representation of color #157DDD: hue angle of 208.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157DDD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 125 221 -
CMYK 0.90 0.43 0 0.13
HSL 208.8º 0.83% 0.47% -
HSV(B) 208.8º 0.9% 0.87% -
XYZ 20.69 20.05 71.19 -
YUV 104.85 193.54 68.19 -
System Red Green Blue C M Y K H S L
Decimal 21 125 221 0.90 0.43 0 0.13 208.8 0.83 0.47
Hex 15 7D DD 5A 2B 0 D D1 53 2F
Octal 25 175 335 132 53 0 15 321 123 57
Binary 10101 1111101 11011101 1011010 101011 0 1101 11010001 1010011 101111

Color Harmonies of #157DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DDD

Black with #157DDD

Text Example


Text Example

White with #157DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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