Html Css Color HEX #156EDB Navy Blue

📋 copy color: '#156EDB'

red 21 ◦ green 110 ◦ blue 219

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

Shades of Navy Blue #156EDB

Tints of Navy Blue #156EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

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

R = 6%
G = 31.43%
B = 62.57%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#156EDB (or 0x156EDB) is known color: Navy Blue. HEX triplet: 15, 6E and DB. RGB value is (21,110,219). Sum of RGB (Red+Green+Blue) = 21+110+219=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #156EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EDB is #EA9124. Grayscale: #5F5F5F. Windows color (decimal): -15372581 or 14380565. OLE color: 14380565.

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

Color convert

RGB 21 110 219 -
CMYK 0.90 0.50 0 0.14
HSL 213.03º 0.83% 0.47% -
HSV(B) 213.03º 0.9% 0.86% -
XYZ 18.67 16.43 69.2 -
YUV 95.82 197.51 74.64 -
System Red Green Blue C M Y K H S L
Decimal 21 110 219 0.90 0.50 0 0.14 213.03 0.83 0.47
Hex 15 6E DB 5A 32 0 E D5 52 2F
Octal 25 156 333 132 62 0 16 325 122 57
Binary 10101 1101110 11011011 1011010 110010 0 1110 11010101 1010010 101111

Color Harmonies of #156EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EDB

Black with #156EDB

Text Example


Text Example

White with #156EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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