Html Css Color HEX #0156EF Navy Blue

📋 copy color: '#0156EF'

red 1 ◦ green 86 ◦ blue 239

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

Shades of Navy Blue #0156EF

Tints of Navy Blue #0156EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.31%

R = 0.31%
G = 26.38%
B = 73.31%

CMYK

 C value IS 1.00

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0156EF (or 0x0156EF) is known color: Navy Blue. HEX triplet: 01, 56 and EF. RGB value is (1,86,239). Sum of RGB (Red+Green+Blue) = 1+86+239=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #0156EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0156EF is #FEA910. Grayscale: #4D4D4D. Windows color (decimal): -16689425 or 15685121. OLE color: 15685121.

HSL color Cylindrical-coordinate representation of color #0156EF: hue angle of 218.57º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0156EF is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 86 239 -
CMYK 1.00 0.64 0 0.06
HSL 218.57º 0.99% 0.47% -
HSV(B) 218.57º 1% 0.94% -
XYZ 18.92 12.89 83.15 -
YUV 78.03 218.84 73.06 -
System Red Green Blue C M Y K H S L
Decimal 1 86 239 1.00 0.64 0 0.06 218.57 0.99 0.47
Hex 1 56 EF 64 40 0 6 DB 63 2F
Octal 1 126 357 144 100 0 6 333 143 57
Binary 1 1010110 11101111 1100100 1000000 0 110 11011011 1100011 101111

Color Harmonies of #0156EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0156EF

Black with #0156EF

Text Example


Text Example

White with #0156EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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