Html Css Color HEX #156BDB Navy Blue

📋 copy color: '#156BDB'

red 21 ◦ green 107 ◦ blue 219

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

Shades of Navy Blue #156BDB

Tints of Navy Blue #156BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 6.05%
G = 30.84%
B = 63.11%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#156BDB (or 0x156BDB) is known color: Navy Blue. HEX triplet: 15, 6B and DB. RGB value is (21,107,219). Sum of RGB (Red+Green+Blue) = 21+107+219=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #156BDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BDB is #EA9424. Grayscale: #5D5D5D. Windows color (decimal): -15373349 or 14379797. OLE color: 14379797.

HSL color Cylindrical-coordinate representation of color #156BDB: hue angle of 213.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156BDB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 21 107 219 -
CMYK 0.90 0.51 0 0.14
HSL 213.94º 0.83% 0.47% -
HSV(B) 213.94º 0.9% 0.86% -
XYZ 18.35 15.79 69.1 -
YUV 94.05 198.51 75.89 -
System Red Green Blue C M Y K H S L
Decimal 21 107 219 0.90 0.51 0 0.14 213.94 0.83 0.47
Hex 15 6B DB 5A 33 0 E D6 52 2F
Octal 25 153 333 132 63 0 16 326 122 57
Binary 10101 1101011 11011011 1011010 110011 0 1110 11010110 1010010 101111

Color Harmonies of #156BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BDB

Black with #156BDB

Text Example


Text Example

White with #156BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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