Html Css Color HEX #0058BE Navy Blue

📋 copy color: '#0058BE'

red 0 ◦ green 88 ◦ blue 190

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

Shades of Navy Blue #0058BE

Tints of Navy Blue #0058BE

RGB

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

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

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

R = 0%
G = 31.65%
B = 68.35%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0058BE (or 0x0058BE) is known color: Navy Blue. HEX triplet: 00, 58 and BE. RGB value is (0,88,190). Sum of RGB (Red+Green+Blue) = 0+88+190=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #0058BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0058BE is #FFA741. Grayscale: #484848. Windows color (decimal): -16754498 or 12474368. OLE color: 12474368.

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

Color convert

RGB 0 88 190 -
CMYK 1 0.54 0 0.25
HSL 212.21º 1% 0.37% -
HSV(B) 212.21º 1% 0.75% -
XYZ 12.78 10.7 50.11 -
YUV 73.32 193.85 75.71 -
System Red Green Blue C M Y K H S L
Decimal 0 88 190 1 0.54 0 0.25 212.21 1 0.37
Hex 0 58 BE 64 36 0 19 D4 64 25
Octal 0 130 276 144 66 0 31 324 144 45
Binary 0 1011000 10111110 1100100 110110 0 11001 11010100 1100100 100101

Color Harmonies of #0058BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0058BE

Black with #0058BE

Text Example


Text Example

White with #0058BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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