Html Css Color HEX #157CC8 Navy Blue

📋 copy color: '#157CC8'

red 21 ◦ green 124 ◦ blue 200

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

Shades of Navy Blue #157CC8

Tints of Navy Blue #157CC8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

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

R = 6.09%
G = 35.94%
B = 57.97%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#157CC8 (or 0x157CC8) is known color: Navy Blue. HEX triplet: 15, 7C and C8. RGB value is (21,124,200). Sum of RGB (Red+Green+Blue) = 21+124+200=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #157CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CC8 is #EA8337. Grayscale: #656565. Windows color (decimal): -15369016 or 13138965. OLE color: 13138965.

HSL color Cylindrical-coordinate representation of color #157CC8: hue angle of 205.47º 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 #157CC8 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 21 124 200 -
CMYK 0.90 0.38 0 0.22
HSL 205.47º 0.81% 0.43% -
HSV(B) 205.47º 0.9% 0.78% -
XYZ 17.94 18.74 57.32 -
YUV 101.87 183.38 70.32 -
System Red Green Blue C M Y K H S L
Decimal 21 124 200 0.90 0.38 0 0.22 205.47 0.81 0.43
Hex 15 7C C8 5A 26 0 16 CD 51 2B
Octal 25 174 310 132 46 0 26 315 121 53
Binary 10101 1111100 11001000 1011010 100110 0 10110 11001101 1010001 101011

Color Harmonies of #157CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CC8

Black with #157CC8

Text Example


Text Example

White with #157CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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