Html Css Color HEX #156FD1 Navy Blue

📋 copy color: '#156FD1'

red 21 ◦ green 111 ◦ blue 209

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

Shades of Navy Blue #156FD1

Tints of Navy Blue #156FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.55%

 BLUE value IS 209 (82.03% from 255) = 61.29%

R = 6.16%
G = 32.55%
B = 61.29%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#156FD1 (or 0x156FD1) is known color: Navy Blue. HEX triplet: 15, 6F and D1. RGB value is (21,111,209). Sum of RGB (Red+Green+Blue) = 21+111+209=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 209 (82.03% from 255 or 61.29% from 341); Max value from RGB is 209 - color contains mainly: blue. Hex color #156FD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FD1 is #EA902E. Grayscale: #5E5E5E. Windows color (decimal): -15372335 or 13725461. OLE color: 13725461.

HSL color Cylindrical-coordinate representation of color #156FD1: hue angle of 211.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156FD1 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 21 111 209 -
CMYK 0.90 0.47 0 0.18
HSL 211.28º 0.82% 0.45% -
HSV(B) 211.28º 0.9% 0.82% -
XYZ 17.5 16.13 62.51 -
YUV 95.26 192.18 75.03 -
System Red Green Blue C M Y K H S L
Decimal 21 111 209 0.90 0.47 0 0.18 211.28 0.82 0.45
Hex 15 6F D1 5A 2F 0 12 D3 52 2D
Octal 25 157 321 132 57 0 22 323 122 55
Binary 10101 1101111 11010001 1011010 101111 0 10010 11010011 1010010 101101

Color Harmonies of #156FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FD1

Black with #156FD1

Text Example


Text Example

White with #156FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,111,209); }

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

background-color css

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

 a { background-color: rgb(21,111,209); }

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

border-color css

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

 span { border-color: rgb(21,111,209); }

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