Html Css Color HEX #157EDD Navy Blue

📋 copy color: '#157EDD'

red 21 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #157EDD

Tints of Navy Blue #157EDD

RGB

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

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

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

R = 5.71%
G = 34.24%
B = 60.05%

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

#157EDD (or 0x157EDD) is known color: Navy Blue. HEX triplet: 15, 7E and DD. RGB value is (21,126,221). Sum of RGB (Red+Green+Blue) = 21+126+221=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #157EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EDD is #EA8122. Grayscale: #686868. Windows color (decimal): -15368483 or 14515733. OLE color: 14515733.

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

Color convert

RGB 21 126 221 -
CMYK 0.90 0.43 0 0.13
HSL 208.5º 0.83% 0.47% -
HSV(B) 208.5º 0.9% 0.87% -
XYZ 20.82 20.3 71.23 -
YUV 105.44 193.21 67.78 -
System Red Green Blue C M Y K H S L
Decimal 21 126 221 0.90 0.43 0 0.13 208.5 0.83 0.47
Hex 15 7E DD 5A 2B 0 D D0 53 2F
Octal 25 176 335 132 53 0 15 320 123 57
Binary 10101 1111110 11011101 1011010 101011 0 1101 11010000 1010011 101111

Color Harmonies of #157EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EDD

Black with #157EDD

Text Example


Text Example

White with #157EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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