Html Css Color HEX #0158FF Navy Blue

📋 copy color: '#0158FF'

red 1 ◦ green 88 ◦ blue 255

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

Shades of Navy Blue #0158FF

Tints of Navy Blue #0158FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.13%

R = 0.29%
G = 25.58%
B = 74.13%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0158FF (or 0x0158FF) is known color: Navy Blue. HEX triplet: 01, 58 and FF. RGB value is (1,88,255). Sum of RGB (Red+Green+Blue) = 1+88+255=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #0158FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0158FF is #FEA700. Grayscale: #505050. Windows color (decimal): -16688897 or 16734209. OLE color: 16734209.

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

Color convert

RGB 1 88 255 -
CMYK 1.00 0.65 0 0
HSL 219.45º 1% 0.5% -
HSV(B) 219.45º 1% 1% -
XYZ 21.55 14.21 96.21 -
YUV 81.03 226.18 70.92 -
System Red Green Blue C M Y K H S L
Decimal 1 88 255 1.00 0.65 0 0 219.45 1 0.5
Hex 1 58 FF 64 41 0 0 DB 64 32
Octal 1 130 377 144 101 0 0 333 144 62
Binary 1 1011000 11111111 1100100 1000001 0 0 11011011 1100100 110010

Color Harmonies of #0158FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158FF

Black with #0158FF

Text Example


Text Example

White with #0158FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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