#11024E

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

Shades of Paua #11024E

Tints of Paua #11024E

Color information

#11024E (or 0x11024E) is unknown color: approx Paua. HEX triplet: 11, 02 and 4E. RGB value is (17,2,78). Sum of RGB (Red+Green+Blue) = 17+2+78=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 2 (1.17% from 255 or 2.06% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #11024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11024E is #EEFDB1. Grayscale: #0E0E0E. Windows color (decimal): -15662514 or 5112337. OLE color: 5112337.

HSL color Cylindrical-coordinate representation of color #11024E: hue angle of 251.84º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11024E is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB17278-
CMYK0.780.9700.69
HSL251.84º95%15.69%-
HSV(B)251.84º97.44%30.59%-
XYZ1.630.717.26-
YUV15.15163.47129.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 2 (1.17% from 255) = 2.06%
BLUE value IS 78 (30.86% from 255) = 80.41%
R=17.53%
G=2.06%
B=80.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal172780.780.9700.69251.849515.69
Hex1124E4E61045fc5f10
Octal212116116141010537413720
Binary10001101001110100111011000010100010111111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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