#10074C

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

Shades of Paua #10074C

Tints of Paua #10074C

Color information

#10074C (or 0x10074C) is unknown color: approx Paua. HEX triplet: 10, 07 and 4C. RGB value is (16,7,76). Sum of RGB (Red+Green+Blue) = 16+7+76=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #10074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10074C is #EFF8B3. Grayscale: #111111. Windows color (decimal): -15726772 or 4982544. OLE color: 4982544.

HSL color Cylindrical-coordinate representation of color #10074C: hue angle of 247.83º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10074C is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB16776-
CMYK0.790.9100.70
HSL247.83º83.13%16.27%-
HSV(B)247.83º90.79%29.8%-
XYZ1.590.786.9-
YUV17.56160.98126.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 7 (3.12% from 255) = 7.07%
BLUE value IS 76 (30.08% from 255) = 76.77%
R=16.16%
G=7.07%
B=76.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal167760.790.9100.70247.8383.1316.27
Hex1074C4F5B046f85310
Octal207114117133010637012320
Binary100001111001100100111110110110100011011111000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10074C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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