Html Css Color HEX #157DDA Navy Blue

📋 copy color: '#157DDA'

red 21 ◦ green 125 ◦ blue 218

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

Shades of Navy Blue #157DDA

Tints of Navy Blue #157DDA

RGB

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

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

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

R = 5.77%
G = 34.34%
B = 59.89%

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

#157DDA (or 0x157DDA) is known color: Navy Blue. HEX triplet: 15, 7D and DA. RGB value is (21,125,218). Sum of RGB (Red+Green+Blue) = 21+125+218=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #157DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157DDA is #EA8225. Grayscale: #686868. Windows color (decimal): -15368742 or 14318869. OLE color: 14318869.

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

Color convert

RGB 21 125 218 -
CMYK 0.90 0.43 0 0.15
HSL 208.32º 0.82% 0.47% -
HSV(B) 208.32º 0.9% 0.85% -
XYZ 20.3 19.89 69.1 -
YUV 104.51 192.04 68.44 -
System Red Green Blue C M Y K H S L
Decimal 21 125 218 0.90 0.43 0 0.15 208.32 0.82 0.47
Hex 15 7D DA 5A 2B 0 F D0 52 2F
Octal 25 175 332 132 53 0 17 320 122 57
Binary 10101 1111101 11011010 1011010 101011 0 1111 11010000 1010010 101111

Color Harmonies of #157DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157DDA

Black with #157DDA

Text Example


Text Example

White with #157DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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