Html Css Color HEX #157EDA Navy Blue

📋 copy color: '#157EDA'

red 21 ◦ green 126 ◦ blue 218

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

Shades of Navy Blue #157EDA

Tints of Navy Blue #157EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.73%

R = 5.75%
G = 34.52%
B = 59.73%

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

#157EDA (or 0x157EDA) is known color: Navy Blue. HEX triplet: 15, 7E and DA. RGB value is (21,126,218). Sum of RGB (Red+Green+Blue) = 21+126+218=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #157EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EDA is #EA8125. Grayscale: #686868. Windows color (decimal): -15368486 or 14319125. OLE color: 14319125.

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

Color convert

RGB 21 126 218 -
CMYK 0.90 0.42 0 0.15
HSL 208.02º 0.82% 0.47% -
HSV(B) 208.02º 0.9% 0.85% -
XYZ 20.43 20.14 69.14 -
YUV 105.09 191.71 68.02 -
System Red Green Blue C M Y K H S L
Decimal 21 126 218 0.90 0.42 0 0.15 208.02 0.82 0.47
Hex 15 7E DA 5A 2A 0 F D0 52 2F
Octal 25 176 332 132 52 0 17 320 122 57
Binary 10101 1111110 11011010 1011010 101010 0 1111 11010000 1010010 101111

Color Harmonies of #157EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EDA

Black with #157EDA

Text Example


Text Example

White with #157EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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