Html Css Color HEX #0157BE Navy Blue

📋 copy color: '#0157BE'

red 1 ◦ green 87 ◦ blue 190

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

Shades of Navy Blue #0157BE

Tints of Navy Blue #0157BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.35%

R = 0.36%
G = 31.29%
B = 68.35%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0157BE (or 0x0157BE) is known color: Navy Blue. HEX triplet: 01, 57 and BE. RGB value is (1,87,190). Sum of RGB (Red+Green+Blue) = 1+87+190=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #0157BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0157BE is #FEA841. Grayscale: #484848. Windows color (decimal): -16689218 or 12474113. OLE color: 12474113.

HSL color Cylindrical-coordinate representation of color #0157BE: hue angle of 212.7º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0157BE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 87 190 -
CMYK 0.99 0.54 0 0.25
HSL 212.7º 0.99% 0.37% -
HSV(B) 212.7º 0.99% 0.75% -
XYZ 12.71 10.54 50.08 -
YUV 73.03 194.01 76.62 -
System Red Green Blue C M Y K H S L
Decimal 1 87 190 0.99 0.54 0 0.25 212.7 0.99 0.37
Hex 1 57 BE 63 36 0 19 D5 63 25
Octal 1 127 276 143 66 0 31 325 143 45
Binary 1 1010111 10111110 1100011 110110 0 11001 11010101 1100011 100101

Color Harmonies of #0157BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0157BE

Black with #0157BE

Text Example


Text Example

White with #0157BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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