Html Css Color HEX #157CDA Navy Blue

📋 copy color: '#157CDA'

red 21 ◦ green 124 ◦ blue 218

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

Shades of Navy Blue #157CDA

Tints of Navy Blue #157CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.06%

R = 5.79%
G = 34.16%
B = 60.06%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#157CDA (or 0x157CDA) is known color: Navy Blue. HEX triplet: 15, 7C and DA. RGB value is (21,124,218). Sum of RGB (Red+Green+Blue) = 21+124+218=363 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.79% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #157CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CDA is #EA8325. Grayscale: #676767. Windows color (decimal): -15368998 or 14318613. OLE color: 14318613.

HSL color Cylindrical-coordinate representation of color #157CDA: hue angle of 208.63º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #157CDA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 124 218 -
CMYK 0.90 0.43 0 0.15
HSL 208.63º 0.82% 0.47% -
HSV(B) 208.63º 0.9% 0.85% -
XYZ 20.17 19.64 69.06 -
YUV 103.92 192.38 68.86 -
System Red Green Blue C M Y K H S L
Decimal 21 124 218 0.90 0.43 0 0.15 208.63 0.82 0.47
Hex 15 7C DA 5A 2B 0 F D1 52 2F
Octal 25 174 332 132 53 0 17 321 122 57
Binary 10101 1111100 11011010 1011010 101011 0 1111 11010001 1010010 101111

Color Harmonies of #157CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CDA

Black with #157CDA

Text Example


Text Example

White with #157CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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