Html Css Color HEX #157BD9 Navy Blue

📋 copy color: '#157BD9'

red 21 ◦ green 123 ◦ blue 217

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

Shades of Navy Blue #157BD9

Tints of Navy Blue #157BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 60.11%

R = 5.82%
G = 34.07%
B = 60.11%

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

#157BD9 (or 0x157BD9) is known color: Navy Blue. HEX triplet: 15, 7B and D9. RGB value is (21,123,217). Sum of RGB (Red+Green+Blue) = 21+123+217=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 217 (85.16% from 255 or 60.11% from 361); Max value from RGB is 217 - color contains mainly: blue. Hex color #157BD9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157BD9 is #EA8426. Grayscale: #666666. Windows color (decimal): -15369255 or 14252821. OLE color: 14252821.

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

Color convert

RGB 21 123 217 -
CMYK 0.90 0.43 0 0.15
HSL 208.78º 0.82% 0.47% -
HSV(B) 208.78º 0.9% 0.85% -
XYZ 19.92 19.34 68.33 -
YUV 103.22 192.21 69.36 -
System Red Green Blue C M Y K H S L
Decimal 21 123 217 0.90 0.43 0 0.15 208.78 0.82 0.47
Hex 15 7B D9 5A 2B 0 F D1 52 2F
Octal 25 173 331 132 53 0 17 321 122 57
Binary 10101 1111011 11011001 1011010 101011 0 1111 11010001 1010010 101111

Color Harmonies of #157BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157BD9

Black with #157BD9

Text Example


Text Example

White with #157BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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