Html Css Color HEX #0158BE Navy Blue

📋 copy color: '#0158BE'

red 1 ◦ green 88 ◦ blue 190

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

Shades of Navy Blue #0158BE

Tints of Navy Blue #0158BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 0.36%
G = 31.54%
B = 68.1%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0158BE (or 0x0158BE) is known color: Navy Blue. HEX triplet: 01, 58 and BE. RGB value is (1,88,190). Sum of RGB (Red+Green+Blue) = 1+88+190=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0158BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158BE is #FEA741. Grayscale: #494949. Windows color (decimal): -16688962 or 12474369. OLE color: 12474369.

HSL color Cylindrical-coordinate representation of color #0158BE: hue angle of 212.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0158BE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 88 190 -
CMYK 0.99 0.54 0 0.25
HSL 212.38º 0.99% 0.37% -
HSV(B) 212.38º 0.99% 0.75% -
XYZ 12.8 10.7 50.11 -
YUV 73.62 193.68 76.21 -
System Red Green Blue C M Y K H S L
Decimal 1 88 190 0.99 0.54 0 0.25 212.38 0.99 0.37
Hex 1 58 BE 63 36 0 19 D4 63 25
Octal 1 130 276 143 66 0 31 324 143 45
Binary 1 1011000 10111110 1100011 110110 0 11001 11010100 1100011 100101

Color Harmonies of #0158BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158BE

Black with #0158BE

Text Example


Text Example

White with #0158BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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