Html Css Color HEX #0158FC Navy Blue

📋 copy color: '#0158FC'

red 1 ◦ green 88 ◦ blue 252

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

Shades of Navy Blue #0158FC

Tints of Navy Blue #0158FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.9%

R = 0.29%
G = 25.81%
B = 73.9%

CMYK

 C value IS 1.00

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0158FC (or 0x0158FC) is known color: Navy Blue. HEX triplet: 01, 58 and FC. RGB value is (1,88,252). Sum of RGB (Red+Green+Blue) = 1+88+252=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #0158FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0158FC is #FEA703. Grayscale: #4F4F4F. Windows color (decimal): -16688900 or 16537601. OLE color: 16537601.

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

Color convert

RGB 1 88 252 -
CMYK 1.00 0.65 0 0.01
HSL 219.2º 0.99% 0.5% -
HSV(B) 219.2º 1% 0.99% -
XYZ 21.07 14.01 93.69 -
YUV 80.68 224.68 71.16 -
System Red Green Blue C M Y K H S L
Decimal 1 88 252 1.00 0.65 0 0.01 219.2 0.99 0.5
Hex 1 58 FC 64 41 0 1 DB 63 32
Octal 1 130 374 144 101 0 1 333 143 62
Binary 1 1011000 11111100 1100100 1000001 0 1 11011011 1100011 110010

Color Harmonies of #0158FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158FC

Black with #0158FC

Text Example


Text Example

White with #0158FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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