#10044D

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

Shades of Paua #10044D

Tints of Paua #10044D

Color information

#10044D (or 0x10044D) is unknown color: approx Paua. HEX triplet: 10, 04 and 4D. RGB value is (16,4,77). Sum of RGB (Red+Green+Blue) = 16+4+77=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 77 (30.47% from 255 or 79.38% from 97); Max value from RGB is 77 - color contains mainly: blue. Hex color #10044D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10044D is #EFFBB2. Grayscale: #0F0F0F. Windows color (decimal): -15727539 or 5047312. OLE color: 5047312.

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

Color convert

RGB16477-
CMYK0.790.9500.70
HSL249.86º90.12%15.88%-
HSV(B)249.86º94.81%30.2%-
XYZ1.60.737.08-
YUV15.91162.48128.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.49%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 77 (30.47% from 255) = 79.38%
R=16.49%
G=4.12%
B=79.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal164770.790.9500.70249.8690.1215.88
Hex1044D4F5F046fa5a10
Octal204115117137010637213220
Binary100001001001101100111110111110100011011111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10044D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10044D; }

 p { color: rgb(16,4,77); }

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

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

 a { background-color: rgb(16,4,77); }

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

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

 span { border-color: rgb(16,4,77); }

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