Html Css Color HEX #157BC8 Navy Blue

📋 copy color: '#157BC8'

red 21 ◦ green 123 ◦ blue 200

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

Shades of Navy Blue #157BC8

Tints of Navy Blue #157BC8

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

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

R = 6.1%
G = 35.76%
B = 58.14%

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

#157BC8 (or 0x157BC8) is known color: Navy Blue. HEX triplet: 15, 7B and C8. RGB value is (21,123,200). Sum of RGB (Red+Green+Blue) = 21+123+200=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #157BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BC8 is #EA8437. Grayscale: #646464. Windows color (decimal): -15369272 or 13138709. OLE color: 13138709.

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

Color convert

RGB 21 123 200 -
CMYK 0.90 0.38 0 0.22
HSL 205.81º 0.81% 0.43% -
HSV(B) 205.81º 0.9% 0.78% -
XYZ 17.82 18.5 57.27 -
YUV 101.28 183.71 70.74 -
System Red Green Blue C M Y K H S L
Decimal 21 123 200 0.90 0.38 0 0.22 205.81 0.81 0.43
Hex 15 7B C8 5A 26 0 16 CE 51 2B
Octal 25 173 310 132 46 0 26 316 121 53
Binary 10101 1111011 11001000 1011010 100110 0 10110 11001110 1010001 101011

Color Harmonies of #157BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BC8

Black with #157BC8

Text Example


Text Example

White with #157BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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