Html Css Color HEX #0157DE Navy Blue

📋 copy color: '#0157DE'

red 1 ◦ green 87 ◦ blue 222

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

Shades of Navy Blue #0157DE

Tints of Navy Blue #0157DE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.06%

 BLUE value IS 222 (87.11% from 255) = 71.61%

R = 0.32%
G = 28.06%
B = 71.61%

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

#0157DE (or 0x0157DE) is known color: Navy Blue. HEX triplet: 01, 57 and DE. RGB value is (1,87,222). Sum of RGB (Red+Green+Blue) = 1+87+222=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #0157DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0157DE is #FEA821. Grayscale: #4C4C4C. Windows color (decimal): -16689186 or 14571265. OLE color: 14571265.

HSL color Cylindrical-coordinate representation of color #0157DE: hue angle of 216.65º 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 #0157DE is Cyan = 1.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 87 222 -
CMYK 1.00 0.61 0 0.13
HSL 216.65º 0.99% 0.44% -
HSV(B) 216.65º 1% 0.87% -
XYZ 16.61 12.1 70.57 -
YUV 76.68 210.01 74.02 -
System Red Green Blue C M Y K H S L
Decimal 1 87 222 1.00 0.61 0 0.13 216.65 0.99 0.44
Hex 1 57 DE 64 3D 0 D D9 63 2C
Octal 1 127 336 144 75 0 15 331 143 54
Binary 1 1010111 11011110 1100100 111101 0 1101 11011001 1100011 101100

Color Harmonies of #0157DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0157DE

Black with #0157DE

Text Example


Text Example

White with #0157DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0157DE; }

 p { color: rgb(1,87,222); }

 H1.HeaderClassName
 {
   color: #0157DE;
 }
 .AnyTagClassName
 {
   color: #0157DE;
 }
</style>

background-color css

<style>
 a { background-color: #0157DE; }

 a { background-color: rgb(1,87,222); }

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

border-color css

<style>
 span { border-color: #0157DE; }

 span { border-color: rgb(1,87,222); }

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