Html Css Color HEX #156ED3 Navy Blue

📋 copy color: '#156ED3'

red 21 ◦ green 110 ◦ blue 211

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

Shades of Navy Blue #156ED3

Tints of Navy Blue #156ED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 61.7%

R = 6.14%
G = 32.16%
B = 61.7%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#156ED3 (or 0x156ED3) is known color: Navy Blue. HEX triplet: 15, 6E and D3. RGB value is (21,110,211). Sum of RGB (Red+Green+Blue) = 21+110+211=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 211 (82.81% from 255 or 61.70% from 342); Max value from RGB is 211 - color contains mainly: blue. Hex color #156ED3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ED3 is #EA912C. Grayscale: #5E5E5E. Windows color (decimal): -15372589 or 13856277. OLE color: 13856277.

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

Color convert

RGB 21 110 211 -
CMYK 0.90 0.48 0 0.17
HSL 211.89º 0.82% 0.45% -
HSV(B) 211.89º 0.9% 0.83% -
XYZ 17.64 16.01 63.79 -
YUV 94.9 193.51 75.29 -
System Red Green Blue C M Y K H S L
Decimal 21 110 211 0.90 0.48 0 0.17 211.89 0.82 0.45
Hex 15 6E D3 5A 30 0 11 D4 52 2D
Octal 25 156 323 132 60 0 21 324 122 55
Binary 10101 1101110 11010011 1011010 110000 0 10001 11010100 1010010 101101

Color Harmonies of #156ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ED3

Black with #156ED3

Text Example


Text Example

White with #156ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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