Html Css Color HEX #157CDB Navy Blue

📋 copy color: '#157CDB'

red 21 ◦ green 124 ◦ blue 219

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

Shades of Navy Blue #157CDB

Tints of Navy Blue #157CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 5.77%
G = 34.07%
B = 60.16%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#157CDB (or 0x157CDB) is known color: Navy Blue. HEX triplet: 15, 7C and DB. RGB value is (21,124,219). Sum of RGB (Red+Green+Blue) = 21+124+219=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #157CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157CDB is #EA8324. Grayscale: #676767. Windows color (decimal): -15368997 or 14384149. OLE color: 14384149.

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

Color convert

RGB 21 124 219 -
CMYK 0.90 0.43 0 0.14
HSL 208.79º 0.83% 0.47% -
HSV(B) 208.79º 0.9% 0.86% -
XYZ 20.3 19.69 69.75 -
YUV 104.03 192.88 68.78 -
System Red Green Blue C M Y K H S L
Decimal 21 124 219 0.90 0.43 0 0.14 208.79 0.83 0.47
Hex 15 7C DB 5A 2B 0 E D1 52 2F
Octal 25 174 333 132 53 0 16 321 122 57
Binary 10101 1111100 11011011 1011010 101011 0 1110 11010001 1010010 101111

Color Harmonies of #157CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157CDB

Black with #157CDB

Text Example


Text Example

White with #157CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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