Html Css Color HEX #157AD6 Navy Blue

📋 copy color: '#157AD6'

red 21 ◦ green 122 ◦ blue 214

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

Shades of Navy Blue #157AD6

Tints of Navy Blue #157AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 214 (83.98% from 255) = 59.94%

R = 5.88%
G = 34.17%
B = 59.94%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#157AD6 (or 0x157AD6) is known color: Navy Blue. HEX triplet: 15, 7A and D6. RGB value is (21,122,214). Sum of RGB (Red+Green+Blue) = 21+122+214=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #157AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #157AD6 is #EA8529. Grayscale: #656565. Windows color (decimal): -15369514 or 14055957. OLE color: 14055957.

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

Color convert

RGB 21 122 214 -
CMYK 0.90 0.43 0 0.16
HSL 208.6º 0.82% 0.46% -
HSV(B) 208.6º 0.9% 0.84% -
XYZ 19.41 18.93 66.25 -
YUV 102.29 191.04 70.02 -
System Red Green Blue C M Y K H S L
Decimal 21 122 214 0.90 0.43 0 0.16 208.6 0.82 0.46
Hex 15 7A D6 5A 2B 0 10 D1 52 2E
Octal 25 172 326 132 53 0 20 321 122 56
Binary 10101 1111010 11010110 1011010 101011 0 10000 11010001 1010010 101110

Color Harmonies of #157AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #157AD6

Black with #157AD6

Text Example


Text Example

White with #157AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,122,214); }

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

background-color css

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

 a { background-color: rgb(21,122,214); }

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

border-color css

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

 span { border-color: rgb(21,122,214); }

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