Html Css Color HEX #040062 Navy

📋 copy color: '#040062'

red 4 ◦ green 0 ◦ blue 98

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

Shades of Navy #040062

Tints of Navy #040062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 96.08%

R = 3.92%
G = 0%
B = 96.08%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#040062 (or 0x040062) is known color: Navy. HEX triplet: 04, 00 and 62. RGB value is (4,0,98). Sum of RGB (Red+Green+Blue) = 4+0+98=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 98 (38.67% from 255 or 96.08% from 102); Max value from RGB is 98 - color contains mainly: blue. Hex color #040062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040062 is #FBFF9D. Grayscale: #0B0B0B. Windows color (decimal): -16514974 or 6422532. OLE color: 6422532.

HSL color Cylindrical-coordinate representation of color #040062: hue angle of 242.45º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #040062 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 0 98 -
CMYK 0.96 1 0 0.62
HSL 242.45º 1% 0.19% -
HSV(B) 242.45º 1% 0.38% -
XYZ 2.25 0.91 11.61 -
YUV 12.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 4 0 98 0.96 1 0 0.62 242.45 1 0.19
Hex 4 0 62 60 64 0 3E F2 64 13
Octal 4 0 142 140 144 0 76 362 144 23
Binary 100 0 1100010 1100000 1100100 0 111110 11110010 1100100 10011

Color Harmonies of #040062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040062

Black with #040062

Text Example


Text Example

White with #040062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040062; }

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

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

background-color css

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

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

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

border-color css

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

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

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