Html Css Color HEX #0156DF Navy Blue

📋 copy color: '#0156DF'

red 1 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #0156DF

Tints of Navy Blue #0156DF

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 0.32%
G = 27.74%
B = 71.94%

CMYK

 C value IS 1.00

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0156DF (or 0x0156DF) is known color: Navy Blue. HEX triplet: 01, 56 and DF. RGB value is (1,86,223). Sum of RGB (Red+Green+Blue) = 1+86+223=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #0156DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0156DF is #FEA920. Grayscale: #4B4B4B. Windows color (decimal): -16689441 or 14636545. OLE color: 14636545.

HSL color Cylindrical-coordinate representation of color #0156DF: hue angle of 217.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0156DF is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 86 223 -
CMYK 1.00 0.61 0 0.13
HSL 217.03º 0.99% 0.44% -
HSV(B) 217.03º 1% 0.87% -
XYZ 16.66 11.99 71.25 -
YUV 76.2 210.84 74.36 -
System Red Green Blue C M Y K H S L
Decimal 1 86 223 1.00 0.61 0 0.13 217.03 0.99 0.44
Hex 1 56 DF 64 3D 0 D D9 63 2C
Octal 1 126 337 144 75 0 15 331 143 54
Binary 1 1010110 11011111 1100100 111101 0 1101 11011001 1100011 101100

Color Harmonies of #0156DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0156DF

Black with #0156DF

Text Example


Text Example

White with #0156DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0156DF; }

 p { color: rgb(1,86,223); }

 H1.HeaderClassName
 {
   color: #0156DF;
 }
 .AnyTagClassName
 {
   color: #0156DF;
 }
</style>

background-color css

<style>
 a { background-color: #0156DF; }

 a { background-color: rgb(1,86,223); }

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

border-color css

<style>
 span { border-color: #0156DF; }

 span { border-color: rgb(1,86,223); }

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