Html Css Color HEX #156ADB Navy Blue

📋 copy color: '#156ADB'

red 21 ◦ green 106 ◦ blue 219

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

Shades of Navy Blue #156ADB

Tints of Navy Blue #156ADB

RGB

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

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

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

R = 6.07%
G = 30.64%
B = 63.29%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#156ADB (or 0x156ADB) is known color: Navy Blue. HEX triplet: 15, 6A and DB. RGB value is (21,106,219). Sum of RGB (Red+Green+Blue) = 21+106+219=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #156ADB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ADB is #EA9524. Grayscale: #5C5C5C. Windows color (decimal): -15373605 or 14379541. OLE color: 14379541.

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

Color convert

RGB 21 106 219 -
CMYK 0.90 0.52 0 0.14
HSL 214.24º 0.83% 0.47% -
HSV(B) 214.24º 0.9% 0.86% -
XYZ 18.25 15.58 69.06 -
YUV 93.47 198.84 76.31 -
System Red Green Blue C M Y K H S L
Decimal 21 106 219 0.90 0.52 0 0.14 214.24 0.83 0.47
Hex 15 6A DB 5A 34 0 E D6 52 2F
Octal 25 152 333 132 64 0 16 326 122 57
Binary 10101 1101010 11011011 1011010 110100 0 1110 11010110 1010010 101111

Color Harmonies of #156ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ADB

Black with #156ADB

Text Example


Text Example

White with #156ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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