#100278

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

Shades of Navy #100278

Tints of Navy #100278

Color information

#100278 (or 0x100278) is unknown color: approx Navy. HEX triplet: 10, 02 and 78. RGB value is (16,2,120). Sum of RGB (Red+Green+Blue) = 16+2+120=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 120 (47.27% from 255 or 86.96% from 138); Max value from RGB is 120 - color contains mainly: blue. Hex color #100278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100278 is #EFFD87. Grayscale: #131313. Windows color (decimal): -15728008 or 7864848. OLE color: 7864848.

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

Color convert

RGB162120-
CMYK0.870.9800.53
HSL247.12º96.72%23.92%-
HSV(B)247.12º98.33%47.06%-
XYZ3.631.5117.87-
YUV19.64184.64125.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 120 (47.27% from 255) = 86.96%
R=11.59%
G=1.45%
B=86.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1621200.870.9800.53247.1296.7223.92
Hex102785762035f76118
Octal20217012714206536714130
Binary1000010111100010101111100010011010111110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100278; }

 p { color: rgb(16,2,120); }

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

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

 a { background-color: rgb(16,2,120); }

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

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

 span { border-color: rgb(16,2,120); }

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