Html Css Color HEX #156DDC Navy Blue

📋 copy color: '#156DDC'

red 21 ◦ green 109 ◦ blue 220

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

Shades of Navy Blue #156DDC

Tints of Navy Blue #156DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 6%
G = 31.14%
B = 62.86%

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

#156DDC (or 0x156DDC) is known color: Navy Blue. HEX triplet: 15, 6D and DC. RGB value is (21,109,220). Sum of RGB (Red+Green+Blue) = 21+109+220=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #156DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DDC is #EA9223. Grayscale: #5E5E5E. Windows color (decimal): -15372836 or 14445845. OLE color: 14445845.

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

Color convert

RGB 21 109 220 -
CMYK 0.90 0.50 0 0.14
HSL 213.47º 0.83% 0.47% -
HSV(B) 213.47º 0.9% 0.86% -
XYZ 18.7 16.26 69.86 -
YUV 95.34 198.35 74.97 -
System Red Green Blue C M Y K H S L
Decimal 21 109 220 0.90 0.50 0 0.14 213.47 0.83 0.47
Hex 15 6D DC 5A 32 0 E D5 53 2F
Octal 25 155 334 132 62 0 16 325 123 57
Binary 10101 1101101 11011100 1011010 110010 0 1110 11010101 1010011 101111

Color Harmonies of #156DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DDC

Black with #156DDC

Text Example


Text Example

White with #156DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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