Html Css Color HEX #156DDF Navy Blue

📋 copy color: '#156DDF'

red 21 ◦ green 109 ◦ blue 223

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

Shades of Navy Blue #156DDF

Tints of Navy Blue #156DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 63.17%

R = 5.95%
G = 30.88%
B = 63.17%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#156DDF (or 0x156DDF) is known color: Navy Blue. HEX triplet: 15, 6D and DF. RGB value is (21,109,223). Sum of RGB (Red+Green+Blue) = 21+109+223=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #156DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DDF is #EA9220. Grayscale: #5F5F5F. Windows color (decimal): -15372833 or 14642453. OLE color: 14642453.

HSL color Cylindrical-coordinate representation of color #156DDF: hue angle of 213.86º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156DDF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 109 223 -
CMYK 0.91 0.51 0 0.13
HSL 213.86º 0.83% 0.48% -
HSV(B) 213.86º 0.91% 0.87% -
XYZ 19.1 16.42 71.98 -
YUV 95.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 21 109 223 0.91 0.51 0 0.13 213.86 0.83 0.48
Hex 15 6D DF 5B 33 0 D D6 53 30
Octal 25 155 337 133 63 0 15 326 123 60
Binary 10101 1101101 11011111 1011011 110011 0 1101 11010110 1010011 110000

Color Harmonies of #156DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DDF

Black with #156DDF

Text Example


Text Example

White with #156DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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