Html Css Color HEX #157ECE Navy Blue

📋 copy color: '#157ECE'

red 21 ◦ green 126 ◦ blue 206

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

Shades of Navy Blue #157ECE

Tints of Navy Blue #157ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 5.95%
G = 35.69%
B = 58.36%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#157ECE (or 0x157ECE) is known color: Navy Blue. HEX triplet: 15, 7E and CE. RGB value is (21,126,206). Sum of RGB (Red+Green+Blue) = 21+126+206=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #157ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157ECE is #EA8131. Grayscale: #676767. Windows color (decimal): -15368498 or 13532693. OLE color: 13532693.

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

Color convert

RGB 21 126 206 -
CMYK 0.90 0.39 0 0.19
HSL 205.95º 0.81% 0.45% -
HSV(B) 205.95º 0.9% 0.81% -
XYZ 18.91 19.54 61.17 -
YUV 103.73 185.71 69 -
System Red Green Blue C M Y K H S L
Decimal 21 126 206 0.90 0.39 0 0.19 205.95 0.81 0.45
Hex 15 7E CE 5A 27 0 13 CE 51 2D
Octal 25 176 316 132 47 0 23 316 121 55
Binary 10101 1111110 11001110 1011010 100111 0 10011 11001110 1010001 101101

Color Harmonies of #157ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157ECE

Black with #157ECE

Text Example


Text Example

White with #157ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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