Html Css Color HEX #157EC8 Navy Blue

📋 copy color: '#157EC8'

red 21 ◦ green 126 ◦ blue 200

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

Shades of Navy Blue #157EC8

Tints of Navy Blue #157EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 57.64%

R = 6.05%
G = 36.31%
B = 57.64%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#157EC8 (or 0x157EC8) is known color: Navy Blue. HEX triplet: 15, 7E and C8. RGB value is (21,126,200). Sum of RGB (Red+Green+Blue) = 21+126+200=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #157EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157EC8 is #EA8137. Grayscale: #666666. Windows color (decimal): -15368504 or 13139477. OLE color: 13139477.

HSL color Cylindrical-coordinate representation of color #157EC8: hue angle of 204.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #157EC8 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 126 200 -
CMYK 0.90 0.37 0 0.22
HSL 204.8º 0.81% 0.43% -
HSV(B) 204.8º 0.9% 0.78% -
XYZ 18.2 19.25 57.4 -
YUV 103.04 182.71 69.48 -
System Red Green Blue C M Y K H S L
Decimal 21 126 200 0.90 0.37 0 0.22 204.8 0.81 0.43
Hex 15 7E C8 5A 25 0 16 CD 51 2B
Octal 25 176 310 132 45 0 26 315 121 53
Binary 10101 1111110 11001000 1011010 100101 0 10110 11001101 1010001 101011

Color Harmonies of #157EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157EC8

Black with #157EC8

Text Example


Text Example

White with #157EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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