Html Css Color HEX #040058 Navy

📋 copy color: '#040058'

red 4 ◦ green 0 ◦ blue 88

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

Shades of Navy #040058

Tints of Navy #040058

RGB

 RED value IS 4 (1.95% from 255) = 4.35%

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

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

R = 4.35%
G = 0%
B = 95.65%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#040058 (or 0x040058) is known color: Navy. HEX triplet: 04, 00 and 58. RGB value is (4,0,88). Sum of RGB (Red+Green+Blue) = 4+0+88=92 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.35% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 88 (34.77% from 255 or 95.65% from 92); Max value from RGB is 88 - color contains mainly: blue. Hex color #040058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040058 is #FBFFA7. Grayscale: #0A0A0A. Windows color (decimal): -16514984 or 5767172. OLE color: 5767172.

HSL color Cylindrical-coordinate representation of color #040058: hue angle of 242.73º 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 #040058 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 0 88 -
CMYK 0.95 1 0 0.65
HSL 242.73º 1% 0.17% -
HSV(B) 242.73º 1% 0.35% -
XYZ 1.81 0.73 9.28 -
YUV 11.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 4 0 88 0.95 1 0 0.65 242.73 1 0.17
Hex 4 0 58 5F 64 0 41 F3 64 11
Octal 4 0 130 137 144 0 101 363 144 21
Binary 100 0 1011000 1011111 1100100 0 1000001 11110011 1100100 10001

Color Harmonies of #040058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040058

Black with #040058

Text Example


Text Example

White with #040058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040058; }

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

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

background-color css

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

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

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

border-color css

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

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

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