Html Css Color HEX #156BDF Navy Blue

📋 copy color: '#156BDF'

red 21 ◦ green 107 ◦ blue 223

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

Shades of Navy Blue #156BDF

Tints of Navy Blue #156BDF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

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

R = 5.98%
G = 30.48%
B = 63.53%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#156BDF (or 0x156BDF) is known color: Navy Blue. HEX triplet: 15, 6B and DF. RGB value is (21,107,223). Sum of RGB (Red+Green+Blue) = 21+107+223=351 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.98% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #156BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BDF is #EA9420. Grayscale: #5D5D5D. Windows color (decimal): -15373345 or 14641941. OLE color: 14641941.

HSL color Cylindrical-coordinate representation of color #156BDF: hue angle of 214.46º 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 #156BDF is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 21 107 223 -
CMYK 0.91 0.52 0 0.13
HSL 214.46º 0.83% 0.48% -
HSV(B) 214.46º 0.91% 0.87% -
XYZ 18.89 16 71.91 -
YUV 94.51 200.51 75.57 -
System Red Green Blue C M Y K H S L
Decimal 21 107 223 0.91 0.52 0 0.13 214.46 0.83 0.48
Hex 15 6B DF 5B 34 0 D D6 53 30
Octal 25 153 337 133 64 0 15 326 123 60
Binary 10101 1101011 11011111 1011011 110100 0 1101 11010110 1010011 110000

Color Harmonies of #156BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BDF

Black with #156BDF

Text Example


Text Example

White with #156BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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