#10054B

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

Shades of Paua #10054B

Tints of Paua #10054B

Color information

#10054B (or 0x10054B) is unknown color: approx Paua. HEX triplet: 10, 05 and 4B. RGB value is (16,5,75). Sum of RGB (Red+Green+Blue) = 16+5+75=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #10054B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10054B is #EFFAB4. Grayscale: #101010. Windows color (decimal): -15727285 or 4916496. OLE color: 4916496.

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

Color convert

RGB16575-
CMYK0.790.9300.71
HSL249.43º87.5%15.69%-
HSV(B)249.43º93.33%29.41%-
XYZ1.540.736.72-
YUV16.27161.14127.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 75 (29.69% from 255) = 78.12%
R=16.67%
G=5.21%
B=78.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal165750.790.9300.71249.4387.515.69
Hex1054B4F5D047f95810
Octal205113117135010737113020
Binary100001011001011100111110111010100011111111001101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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