#04007B

Color #04007B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #04007B

Tints of Navy #04007B

Color information

#04007B (or 0x04007B) is unknown color: approx Navy. HEX triplet: 04, 00 and 7B. RGB value is (4,0,123). Sum of RGB (Red+Green+Blue) = 4+0+123=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 123 (48.44% from 255 or 96.85% from 127); Max value from RGB is 123 - color contains mainly: blue. Hex color #04007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04007B is #FBFF84. Grayscale: #0E0E0E. Windows color (decimal): -16514949 or 8060932. OLE color: 8060932.

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

Color convert

RGB40123-
CMYK0.97100.52
HSL241.95º100%24.12%-
HSV(B)241.95º100%48.24%-
XYZ3.631.4618.83-
YUV15.22188.83120-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 96.85%
R=3.15%
G=0%
B=96.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401230.97100.52241.9510024.12
Hex407B6164034f26418
Octal4017314114406436214430
Binary1000111101111000011100100011010011110010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04007B; }

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

 H1.HeaderClassName
 {
   color: #04007B;
 }
 .AnyTagClassName
 {
   color: #04007B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #04007B;
 }
 .BgClassName
 {
   background-color: #04007B;
 }
</style>
border-color css

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

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

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