Html Css Color HEX #156BD7 Navy Blue

📋 copy color: '#156BD7'

red 21 ◦ green 107 ◦ blue 215

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

Shades of Navy Blue #156BD7

Tints of Navy Blue #156BD7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

 BLUE value IS 215 (84.38% from 255) = 62.68%

R = 6.12%
G = 31.2%
B = 62.68%

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

#156BD7 (or 0x156BD7) is known color: Navy Blue. HEX triplet: 15, 6B and D7. RGB value is (21,107,215). Sum of RGB (Red+Green+Blue) = 21+107+215=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 215 (84.38% from 255 or 62.68% from 343); Max value from RGB is 215 - color contains mainly: blue. Hex color #156BD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BD7 is #EA9428. Grayscale: #5D5D5D. Windows color (decimal): -15373353 or 14117653. OLE color: 14117653.

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

Color convert

RGB 21 107 215 -
CMYK 0.90 0.50 0 0.16
HSL 213.4º 0.82% 0.46% -
HSV(B) 213.4º 0.9% 0.84% -
XYZ 17.83 15.58 66.36 -
YUV 93.6 196.51 76.22 -
System Red Green Blue C M Y K H S L
Decimal 21 107 215 0.90 0.50 0 0.16 213.4 0.82 0.46
Hex 15 6B D7 5A 32 0 10 D5 52 2E
Octal 25 153 327 132 62 0 20 325 122 56
Binary 10101 1101011 11010111 1011010 110010 0 10000 11010101 1010010 101110

Color Harmonies of #156BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BD7

Black with #156BD7

Text Example


Text Example

White with #156BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,107,215); }

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

background-color css

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

 a { background-color: rgb(21,107,215); }

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

border-color css

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

 span { border-color: rgb(21,107,215); }

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