Html Css Color HEX #04027A Navy

📋 copy color: '#04027A'

red 4 ◦ green 2 ◦ blue 122

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

Shades of Navy #04027A

Tints of Navy #04027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.56%

 BLUE value IS 122 (48.05% from 255) = 95.31%

R = 3.13%
G = 1.56%
B = 95.31%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#04027A (or 0x04027A) is known color: Navy. HEX triplet: 04, 02 and 7A. RGB value is (4,2,122). Sum of RGB (Red+Green+Blue) = 4+2+122=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 122 (48.05% from 255 or 95.31% from 128); Max value from RGB is 122 - color contains mainly: blue. Hex color #04027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04027A is #FBFD85. Grayscale: #0F0F0F. Windows color (decimal): -16514438 or 7995908. OLE color: 7995908.

HSL color Cylindrical-coordinate representation of color #04027A: hue angle of 241º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04027A is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 4 2 122 -
CMYK 0.97 0.98 0 0.52
HSL 241º 0.97% 0.24% -
HSV(B) 241º 0.98% 0.48% -
XYZ 3.58 1.47 18.51 -
YUV 16.28 187.66 119.24 -
System Red Green Blue C M Y K H S L
Decimal 4 2 122 0.97 0.98 0 0.52 241 0.97 0.24
Hex 4 2 7A 61 62 0 34 F1 61 18
Octal 4 2 172 141 142 0 64 361 141 30
Binary 100 10 1111010 1100001 1100010 0 110100 11110001 1100001 11000

Color Harmonies of #04027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04027A

Black with #04027A

Text Example


Text Example

White with #04027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04027A; }

 p { color: rgb(4,2,122); }

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

background-color css

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

 a { background-color: rgb(4,2,122); }

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

border-color css

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

 span { border-color: rgb(4,2,122); }

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