Html Css Color HEX #0157DD Navy Blue

📋 copy color: '#0157DD'

red 1 ◦ green 87 ◦ blue 221

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

Shades of Navy Blue #0157DD

Tints of Navy Blue #0157DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 0.32%
G = 28.16%
B = 71.52%

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

#0157DD (or 0x0157DD) is known color: Navy Blue. HEX triplet: 01, 57 and DD. RGB value is (1,87,221). Sum of RGB (Red+Green+Blue) = 1+87+221=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #0157DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0157DD is #FEA822. Grayscale: #4B4B4B. Windows color (decimal): -16689187 or 14505729. OLE color: 14505729.

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

Color convert

RGB 1 87 221 -
CMYK 1.00 0.61 0 0.13
HSL 216.55º 0.99% 0.44% -
HSV(B) 216.55º 1% 0.87% -
XYZ 16.47 12.04 69.86 -
YUV 76.56 209.51 74.1 -
System Red Green Blue C M Y K H S L
Decimal 1 87 221 1.00 0.61 0 0.13 216.55 0.99 0.44
Hex 1 57 DD 64 3D 0 D D9 63 2C
Octal 1 127 335 144 75 0 15 331 143 54
Binary 1 1010111 11011101 1100100 111101 0 1101 11011001 1100011 101100

Color Harmonies of #0157DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0157DD

Black with #0157DD

Text Example


Text Example

White with #0157DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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