#04107B

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

Shades of Navy #04107B

Tints of Navy #04107B

Color information

#04107B (or 0x04107B) is unknown color: approx Navy. HEX triplet: 04, 10 and 7B. RGB value is (4,16,123). Sum of RGB (Red+Green+Blue) = 4+16+123=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #04107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04107B is #FBEF84. Grayscale: #181818. Windows color (decimal): -16510853 or 8065028. OLE color: 8065028.

HSL color Cylindrical-coordinate representation of color #04107B: hue angle of 233.95º 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 #04107B is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB416123-
CMYK0.970.8700.52
HSL233.95º93.7%24.9%-
HSV(B)233.95º96.75%48.24%-
XYZ3.811.8318.89-
YUV24.61183.52113.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 123 (48.44% from 255) = 86.01%
R=2.80%
G=11.19%
B=86.01%

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
Decimal4161230.970.8700.52233.9593.724.9
Hex4107B6157034ea5e19
Octal42017314112706435213631
Binary10010000111101111000011010111011010011101010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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