Html Css Color HEX #000158 Navy

📋 copy color: '#000158'

red 0 ◦ green 1 ◦ blue 88

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

Shades of Navy #000158

Tints of Navy #000158

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 1 (0.78% from 255) = 1.12%

 BLUE value IS 88 (34.77% from 255) = 98.88%

R = 0%
G = 1.12%
B = 98.88%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#000158 (or 0x000158) is known color: Navy. HEX triplet: 00, 01 and 58. RGB value is (0,1,88). Sum of RGB (Red+Green+Blue) = 0+1+88=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 88 (34.77% from 255 or 98.88% from 89); Max value from RGB is 88 - color contains mainly: blue. Hex color #000158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000158 is #FFFEA7. Grayscale: #0A0A0A. Windows color (decimal): -16776872 or 5767424. OLE color: 5767424.

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

Color convert

RGB 0 1 88 -
CMYK 1 0.99 0 0.65
HSL 239.32º 1% 0.17% -
HSV(B) 239.32º 1% 0.35% -
XYZ 1.77 0.73 9.28 -
YUV 10.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 0 1 88 1 0.99 0 0.65 239.32 1 0.17
Hex 0 1 58 64 63 0 41 EF 64 11
Octal 0 1 130 144 143 0 101 357 144 21
Binary 0 1 1011000 1100100 1100011 0 1000001 11101111 1100100 10001

Color Harmonies of #000158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000158

Black with #000158

Text Example


Text Example

White with #000158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000158; }

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

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

background-color css

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

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

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

border-color css

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

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

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