#11024D

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

Shades of Paua #11024D

Tints of Paua #11024D

Color information

#11024D (or 0x11024D) is unknown color: approx Paua. HEX triplet: 11, 02 and 4D. RGB value is (17,2,77). Sum of RGB (Red+Green+Blue) = 17+2+77=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #11024D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11024D is #EEFDB2. Grayscale: #0E0E0E. Windows color (decimal): -15662515 or 5046801. OLE color: 5046801.

HSL color Cylindrical-coordinate representation of color #11024D: hue angle of 252º 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 #11024D is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB17277-
CMYK0.780.9700.70
HSL252º94.94%15.49%-
HSV(B)252º97.4%30.2%-
XYZ1.590.77.07-
YUV15.04162.97129.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 2 (1.17% from 255) = 2.08%
BLUE value IS 77 (30.47% from 255) = 80.21%
R=17.71%
G=2.08%
B=80.21%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal172770.780.9700.7025294.9415.49
Hex1124D4E61046fc5ff
Octal212115116141010637413717
Binary1000110100110110011101100001010001101111110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11024D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,2,77); }

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

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

 a { background-color: rgb(17,2,77); }

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

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

 span { border-color: rgb(17,2,77); }

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