Html Css Color HEX #0158FB Navy Blue

📋 copy color: '#0158FB'

red 1 ◦ green 88 ◦ blue 251

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

Shades of Navy Blue #0158FB

Tints of Navy Blue #0158FB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 251 (98.44% from 255) = 73.82%

R = 0.29%
G = 25.88%
B = 73.82%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0158FB (or 0x0158FB) is known color: Navy Blue. HEX triplet: 01, 58 and FB. RGB value is (1,88,251). Sum of RGB (Red+Green+Blue) = 1+88+251=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #0158FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0158FB is #FEA704. Grayscale: #4F4F4F. Windows color (decimal): -16688901 or 16472065. OLE color: 16472065.

HSL color Cylindrical-coordinate representation of color #0158FB: hue angle of 219.12º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0158FB is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 88 251 -
CMYK 1.00 0.65 0 0.02
HSL 219.12º 0.99% 0.49% -
HSV(B) 219.12º 1% 0.98% -
XYZ 20.91 13.95 92.86 -
YUV 80.57 224.18 71.25 -
System Red Green Blue C M Y K H S L
Decimal 1 88 251 1.00 0.65 0 0.02 219.12 0.99 0.49
Hex 1 58 FB 64 41 0 2 DB 63 31
Octal 1 130 373 144 101 0 2 333 143 61
Binary 1 1011000 11111011 1100100 1000001 0 10 11011011 1100011 110001

Color Harmonies of #0158FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158FB

Black with #0158FB

Text Example


Text Example

White with #0158FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0158FB; }

 p { color: rgb(1,88,251); }

 H1.HeaderClassName
 {
   color: #0158FB;
 }
 .AnyTagClassName
 {
   color: #0158FB;
 }
</style>

background-color css

<style>
 a { background-color: #0158FB; }

 a { background-color: rgb(1,88,251); }

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

border-color css

<style>
 span { border-color: #0158FB; }

 span { border-color: rgb(1,88,251); }

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