Html Css Color HEX #157ECD Navy Blue

📋 copy color: '#157ECD'

red 21 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #157ECD

Tints of Navy Blue #157ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 5.97%
G = 35.8%
B = 58.24%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#157ECD (or 0x157ECD) is known color: Navy Blue. HEX triplet: 15, 7E and CD. RGB value is (21,126,205). Sum of RGB (Red+Green+Blue) = 21+126+205=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #157ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ECD is #EA8132. Grayscale: #676767. Windows color (decimal): -15368499 or 13467157. OLE color: 13467157.

HSL color Cylindrical-coordinate representation of color #157ECD: hue angle of 205.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157ECD is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 126 205 -
CMYK 0.90 0.39 0 0.20
HSL 205.76º 0.81% 0.44% -
HSV(B) 205.76º 0.9% 0.8% -
XYZ 18.79 19.49 60.53 -
YUV 103.61 185.21 69.08 -
System Red Green Blue C M Y K H S L
Decimal 21 126 205 0.90 0.39 0 0.20 205.76 0.81 0.44
Hex 15 7E CD 5A 27 0 14 CE 51 2C
Octal 25 176 315 132 47 0 24 316 121 54
Binary 10101 1111110 11001101 1011010 100111 0 10100 11001110 1010001 101100

Color Harmonies of #157ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ECD

Black with #157ECD

Text Example


Text Example

White with #157ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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