#10074E

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

Shades of Paua #10074E

Tints of Paua #10074E

Color information

#10074E (or 0x10074E) is unknown color: approx Paua. HEX triplet: 10, 07 and 4E. RGB value is (16,7,78). Sum of RGB (Red+Green+Blue) = 16+7+78=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #10074E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10074E is #EFF8B1. Grayscale: #111111. Windows color (decimal): -15726770 or 5113616. OLE color: 5113616.

HSL color Cylindrical-coordinate representation of color #10074E: hue angle of 247.61º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10074E is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB16778-
CMYK0.790.9100.69
HSL247.61º83.53%16.67%-
HSV(B)247.61º91.03%30.59%-
XYZ1.660.817.28-
YUV17.78161.98126.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 78 (30.86% from 255) = 77.23%
R=15.84%
G=6.93%
B=77.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal167780.790.9100.69247.6183.5316.67
Hex1074E4F5B045f85411
Octal207116117133010537012421
Binary100001111001110100111110110110100010111111000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,7,78); }

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

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

 a { background-color: rgb(16,7,78); }

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

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

 span { border-color: rgb(16,7,78); }

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