Html Css Color HEX #157EC9 Navy Blue

📋 copy color: '#157EC9'

red 21 ◦ green 126 ◦ blue 201

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

Shades of Navy Blue #157EC9

Tints of Navy Blue #157EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 57.76%

R = 6.03%
G = 36.21%
B = 57.76%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#157EC9 (or 0x157EC9) is known color: Navy Blue. HEX triplet: 15, 7E and C9. RGB value is (21,126,201). Sum of RGB (Red+Green+Blue) = 21+126+201=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 201 (78.91% from 255 or 57.76% from 348); Max value from RGB is 201 - color contains mainly: blue. Hex color #157EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EC9 is #EA8136. Grayscale: #666666. Windows color (decimal): -15368503 or 13205013. OLE color: 13205013.

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

Color convert

RGB 21 126 201 -
CMYK 0.90 0.37 0 0.21
HSL 205º 0.81% 0.44% -
HSV(B) 205º 0.9% 0.79% -
XYZ 18.31 19.3 58.02 -
YUV 103.16 183.21 69.4 -
System Red Green Blue C M Y K H S L
Decimal 21 126 201 0.90 0.37 0 0.21 205 0.81 0.44
Hex 15 7E C9 5A 25 0 15 CD 51 2C
Octal 25 176 311 132 45 0 25 315 121 54
Binary 10101 1111110 11001001 1011010 100101 0 10101 11001101 1010001 101100

Color Harmonies of #157EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EC9

Black with #157EC9

Text Example


Text Example

White with #157EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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