Html Css Color HEX #0158DF Navy Blue

📋 copy color: '#0158DF'

red 1 ◦ green 88 ◦ blue 223

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

Shades of Navy Blue #0158DF

Tints of Navy Blue #0158DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.47%

R = 0.32%
G = 28.21%
B = 71.47%

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

#0158DF (or 0x0158DF) is known color: Navy Blue. HEX triplet: 01, 58 and DF. RGB value is (1,88,223). Sum of RGB (Red+Green+Blue) = 1+88+223=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0158DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158DF is #FEA720. Grayscale: #4C4C4C. Windows color (decimal): -16688929 or 14637057. OLE color: 14637057.

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

Color convert

RGB 1 88 223 -
CMYK 1.00 0.61 0 0.13
HSL 216.49º 0.99% 0.44% -
HSV(B) 216.49º 1% 0.87% -
XYZ 16.82 12.31 71.3 -
YUV 77.38 210.18 73.52 -
System Red Green Blue C M Y K H S L
Decimal 1 88 223 1.00 0.61 0 0.13 216.49 0.99 0.44
Hex 1 58 DF 64 3D 0 D D8 63 2C
Octal 1 130 337 144 75 0 15 330 143 54
Binary 1 1011000 11011111 1100100 111101 0 1101 11011000 1100011 101100

Color Harmonies of #0158DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158DF

Black with #0158DF

Text Example


Text Example

White with #0158DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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