#10037E

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

Shades of Navy #10037E

Tints of Navy #10037E

Color information

#10037E (or 0x10037E) is unknown color: approx Navy. HEX triplet: 10, 03 and 7E. RGB value is (16,3,126). Sum of RGB (Red+Green+Blue) = 16+3+126=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 126 (49.61% from 255 or 86.90% from 145); Max value from RGB is 126 - color contains mainly: blue. Hex color #10037E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10037E is #EFFC81. Grayscale: #141414. Windows color (decimal): -15727746 or 8258320. OLE color: 8258320.

HSL color Cylindrical-coordinate representation of color #10037E: hue angle of 246.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10037E is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB163126-
CMYK0.870.9800.51
HSL246.34º95.35%25.29%-
HSV(B)246.34º97.62%49.41%-
XYZ4.011.6819.85-
YUV20.91187.31124.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 126 (49.61% from 255) = 86.90%
R=11.03%
G=2.07%
B=86.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1631260.870.9800.51246.3495.3525.29
Hex1037E5762033f65f19
Octal20317612714206336613731
Binary1000011111111010101111100010011001111110110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10037E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10037E; }

 p { color: rgb(16,3,126); }

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

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

 a { background-color: rgb(16,3,126); }

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

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

 span { border-color: rgb(16,3,126); }

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