#10024C

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

Shades of Paua #10024C

Tints of Paua #10024C

Color information

#10024C (or 0x10024C) is unknown color: approx Paua. HEX triplet: 10, 02 and 4C. RGB value is (16,2,76). Sum of RGB (Red+Green+Blue) = 16+2+76=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #10024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10024C is #EFFDB3. Grayscale: #0E0E0E. Windows color (decimal): -15728052 or 4981264. OLE color: 4981264.

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

Color convert

RGB16276-
CMYK0.790.9700.70
HSL251.35º94.87%15.29%-
HSV(B)251.35º97.37%29.8%-
XYZ1.540.686.89-
YUV14.62162.64128.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.02%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 76 (30.08% from 255) = 80.85%
R=17.02%
G=2.13%
B=80.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal162760.790.9700.70251.3594.8715.29
Hex1024C4F61046fb5ff
Octal202114117141010637313717
Binary1000010100110010011111100001010001101111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10024C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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