#04107A

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

Shades of Navy #04107A

Tints of Navy #04107A

Color information

#04107A (or 0x04107A) is unknown color: approx Navy. HEX triplet: 04, 10 and 7A. RGB value is (4,16,122). Sum of RGB (Red+Green+Blue) = 4+16+122=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 122 (48.05% from 255 or 85.92% from 142); Max value from RGB is 122 - color contains mainly: blue. Hex color #04107A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04107A is #FBEF85. Grayscale: #181818. Windows color (decimal): -16510854 or 7999492. OLE color: 7999492.

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

Color convert

RGB416122-
CMYK0.970.8700.52
HSL233.9º93.65%24.71%-
HSV(B)233.9º96.72%47.84%-
XYZ3.751.818.56-
YUV24.5183.02113.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 122 (48.05% from 255) = 85.92%
R=2.82%
G=11.27%
B=85.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4161220.970.8700.52233.993.6524.71
Hex4107A6157034ea5e19
Octal42017214112706435213631
Binary10010000111101011000011010111011010011101010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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