Html Css Color HEX #156DDD Navy Blue

📋 copy color: '#156DDD'

red 21 ◦ green 109 ◦ blue 221

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

Shades of Navy Blue #156DDD

Tints of Navy Blue #156DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 5.98%
G = 31.05%
B = 62.96%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#156DDD (or 0x156DDD) is known color: Navy Blue. HEX triplet: 15, 6D and DD. RGB value is (21,109,221). Sum of RGB (Red+Green+Blue) = 21+109+221=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #156DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DDD is #EA9222. Grayscale: #5E5E5E. Windows color (decimal): -15372835 or 14511381. OLE color: 14511381.

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

Color convert

RGB 21 109 221 -
CMYK 0.90 0.51 0 0.13
HSL 213.6º 0.83% 0.47% -
HSV(B) 213.6º 0.9% 0.87% -
XYZ 18.83 16.32 70.56 -
YUV 95.46 198.85 74.89 -
System Red Green Blue C M Y K H S L
Decimal 21 109 221 0.90 0.51 0 0.13 213.6 0.83 0.47
Hex 15 6D DD 5A 33 0 D D6 53 2F
Octal 25 155 335 132 63 0 15 326 123 57
Binary 10101 1101101 11011101 1011010 110011 0 1101 11010110 1010011 101111

Color Harmonies of #156DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DDD

Black with #156DDD

Text Example


Text Example

White with #156DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,109,221); }

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

background-color css

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

 a { background-color: rgb(21,109,221); }

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

border-color css

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

 span { border-color: rgb(21,109,221); }

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