Html Css Color HEX #156AD5 Navy Blue

📋 copy color: '#156AD5'

red 21 ◦ green 106 ◦ blue 213

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

Shades of Navy Blue #156AD5

Tints of Navy Blue #156AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.18%

 BLUE value IS 213 (83.59% from 255) = 62.65%

R = 6.18%
G = 31.18%
B = 62.65%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#156AD5 (or 0x156AD5) is known color: Navy Blue. HEX triplet: 15, 6A and D5. RGB value is (21,106,213). Sum of RGB (Red+Green+Blue) = 21+106+213=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 213 (83.59% from 255 or 62.65% from 340); Max value from RGB is 213 - color contains mainly: blue. Hex color #156AD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AD5 is #EA952A. Grayscale: #5C5C5C. Windows color (decimal): -15373611 or 13986325. OLE color: 13986325.

HSL color Cylindrical-coordinate representation of color #156AD5: hue angle of 213.44º 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 #156AD5 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 106 213 -
CMYK 0.90 0.50 0 0.16
HSL 213.44º 0.82% 0.46% -
HSV(B) 213.44º 0.9% 0.84% -
XYZ 17.47 15.27 64.98 -
YUV 92.78 195.84 76.8 -
System Red Green Blue C M Y K H S L
Decimal 21 106 213 0.90 0.50 0 0.16 213.44 0.82 0.46
Hex 15 6A D5 5A 32 0 10 D5 52 2E
Octal 25 152 325 132 62 0 20 325 122 56
Binary 10101 1101010 11010101 1011010 110010 0 10000 11010101 1010010 101110

Color Harmonies of #156AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156AD5

Black with #156AD5

Text Example


Text Example

White with #156AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156AD5; }

 p { color: rgb(21,106,213); }

 H1.HeaderClassName
 {
   color: #156AD5;
 }
 .AnyTagClassName
 {
   color: #156AD5;
 }
</style>

background-color css

<style>
 a { background-color: #156AD5; }

 a { background-color: rgb(21,106,213); }

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

border-color css

<style>
 span { border-color: #156AD5; }

 span { border-color: rgb(21,106,213); }

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