Html Css Color HEX #157DDB Navy Blue

📋 copy color: '#157DDB'

red 21 ◦ green 125 ◦ blue 219

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

Shades of Navy Blue #157DDB

Tints of Navy Blue #157DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.25%

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

R = 5.75%
G = 34.25%
B = 60%

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

#157DDB (or 0x157DDB) is known color: Navy Blue. HEX triplet: 15, 7D and DB. RGB value is (21,125,219). Sum of RGB (Red+Green+Blue) = 21+125+219=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #157DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DDB is #EA8224. Grayscale: #686868. Windows color (decimal): -15368741 or 14384405. OLE color: 14384405.

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

Color convert

RGB 21 125 219 -
CMYK 0.90 0.43 0 0.14
HSL 208.48º 0.83% 0.47% -
HSV(B) 208.48º 0.9% 0.86% -
XYZ 20.43 19.94 69.79 -
YUV 104.62 192.54 68.36 -
System Red Green Blue C M Y K H S L
Decimal 21 125 219 0.90 0.43 0 0.14 208.48 0.83 0.47
Hex 15 7D DB 5A 2B 0 E D0 52 2F
Octal 25 175 333 132 53 0 16 320 122 57
Binary 10101 1111101 11011011 1011010 101011 0 1110 11010000 1010010 101111

Color Harmonies of #157DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DDB

Black with #157DDB

Text Example


Text Example

White with #157DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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