Html Css Color HEX #0156EA Navy Blue

📋 copy color: '#0156EA'

red 1 ◦ green 86 ◦ blue 234

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

Shades of Navy Blue #0156EA

Tints of Navy Blue #0156EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72.9%

R = 0.31%
G = 26.79%
B = 72.9%

CMYK

 C value IS 1.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0156EA (or 0x0156EA) is known color: Navy Blue. HEX triplet: 01, 56 and EA. RGB value is (1,86,234). Sum of RGB (Red+Green+Blue) = 1+86+234=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #0156EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0156EA is #FEA915. Grayscale: #4C4C4C. Windows color (decimal): -16689430 or 15357441. OLE color: 15357441.

HSL color Cylindrical-coordinate representation of color #0156EA: hue angle of 218.11º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0156EA is Cyan = 1.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 86 234 -
CMYK 1.00 0.63 0 0.08
HSL 218.11º 0.99% 0.46% -
HSV(B) 218.11º 1% 0.92% -
XYZ 18.19 12.6 79.32 -
YUV 77.46 216.34 73.47 -
System Red Green Blue C M Y K H S L
Decimal 1 86 234 1.00 0.63 0 0.08 218.11 0.99 0.46
Hex 1 56 EA 64 3F 0 8 DA 63 2E
Octal 1 126 352 144 77 0 10 332 143 56
Binary 1 1010110 11101010 1100100 111111 0 1000 11011010 1100011 101110

Color Harmonies of #0156EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0156EA

Black with #0156EA

Text Example


Text Example

White with #0156EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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