#10044B

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

Shades of Paua #10044B

Tints of Paua #10044B

Color information

#10044B (or 0x10044B) is unknown color: approx Paua. HEX triplet: 10, 04 and 4B. RGB value is (16,4,75). Sum of RGB (Red+Green+Blue) = 16+4+75=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #10044B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10044B is #EFFBB4. Grayscale: #0F0F0F. Windows color (decimal): -15727541 or 4916240. OLE color: 4916240.

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

Color convert

RGB16475-
CMYK0.790.9500.71
HSL250.14º89.87%15.49%-
HSV(B)250.14º94.67%29.41%-
XYZ1.530.76.71-
YUV15.68161.48128.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.84%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 75 (29.69% from 255) = 78.95%
R=16.84%
G=4.21%
B=78.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal164750.790.9500.71250.1489.8715.49
Hex1044B4F5F047fa5af
Octal204113117137010737213217
Binary10000100100101110011111011111010001111111101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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