Html Css Color HEX #156FDC Navy Blue

📋 copy color: '#156FDC'

red 21 ◦ green 111 ◦ blue 220

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

Shades of Navy Blue #156FDC

Tints of Navy Blue #156FDC

RGB

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

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

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

R = 5.97%
G = 31.53%
B = 62.5%

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

#156FDC (or 0x156FDC) is known color: Navy Blue. HEX triplet: 15, 6F and DC. RGB value is (21,111,220). Sum of RGB (Red+Green+Blue) = 21+111+220=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #156FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FDC is #EA9023. Grayscale: #5F5F5F. Windows color (decimal): -15372324 or 14446357. OLE color: 14446357.

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

Color convert

RGB 21 111 220 -
CMYK 0.90 0.50 0 0.14
HSL 212.86º 0.83% 0.47% -
HSV(B) 212.86º 0.9% 0.86% -
XYZ 18.91 16.7 69.94 -
YUV 96.52 197.68 74.14 -
System Red Green Blue C M Y K H S L
Decimal 21 111 220 0.90 0.50 0 0.14 212.86 0.83 0.47
Hex 15 6F DC 5A 32 0 E D5 53 2F
Octal 25 157 334 132 62 0 16 325 123 57
Binary 10101 1101111 11011100 1011010 110010 0 1110 11010101 1010011 101111

Color Harmonies of #156FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156FDC

Black with #156FDC

Text Example


Text Example

White with #156FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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