#100378

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

Shades of Navy #100378

Tints of Navy #100378

Color information

#100378 (or 0x100378) is unknown color: approx Navy. HEX triplet: 10, 03 and 78. RGB value is (16,3,120). Sum of RGB (Red+Green+Blue) = 16+3+120=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 120 (47.27% from 255 or 86.33% from 139); Max value from RGB is 120 - color contains mainly: blue. Hex color #100378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100378 is #EFFC87. Grayscale: #131313. Windows color (decimal): -15727752 or 7865104. OLE color: 7865104.

HSL color Cylindrical-coordinate representation of color #100378: hue angle of 246.67º degrees, saturation: 0.95, 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 #100378 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB163120-
CMYK0.870.9800.53
HSL246.67º95.12%24.12%-
HSV(B)246.67º97.5%47.06%-
XYZ3.641.5317.87-
YUV20.23184.31124.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 120 (47.27% from 255) = 86.33%
R=11.51%
G=2.16%
B=86.33%

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
Decimal1631200.870.9800.53246.6795.1224.12
Hex103785762035f75f18
Octal20317012714206536713730
Binary1000011111100010101111100010011010111110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100378; }

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

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

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

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

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

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

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

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