Html Css Color HEX #156DD6 Navy Blue

📋 copy color: '#156DD6'

red 21 ◦ green 109 ◦ blue 214

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

Shades of Navy Blue #156DD6

Tints of Navy Blue #156DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 62.21%

R = 6.1%
G = 31.69%
B = 62.21%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#156DD6 (or 0x156DD6) is known color: Navy Blue. HEX triplet: 15, 6D and D6. RGB value is (21,109,214). Sum of RGB (Red+Green+Blue) = 21+109+214=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #156DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DD6 is #EA9229. Grayscale: #5E5E5E. Windows color (decimal): -15372842 or 14052629. OLE color: 14052629.

HSL color Cylindrical-coordinate representation of color #156DD6: hue angle of 212.64º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156DD6 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 21 109 214 -
CMYK 0.90 0.49 0 0.16
HSL 212.64º 0.82% 0.46% -
HSV(B) 212.64º 0.9% 0.84% -
XYZ 17.92 15.95 65.75 -
YUV 94.66 195.35 75.46 -
System Red Green Blue C M Y K H S L
Decimal 21 109 214 0.90 0.49 0 0.16 212.64 0.82 0.46
Hex 15 6D D6 5A 31 0 10 D5 52 2E
Octal 25 155 326 132 61 0 20 325 122 56
Binary 10101 1101101 11010110 1011010 110001 0 10000 11010101 1010010 101110

Color Harmonies of #156DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DD6

Black with #156DD6

Text Example


Text Example

White with #156DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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