#11034E

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

Shades of Paua #11034E

Tints of Paua #11034E

Color information

#11034E (or 0x11034E) is unknown color: approx Paua. HEX triplet: 11, 03 and 4E. RGB value is (17,3,78). Sum of RGB (Red+Green+Blue) = 17+3+78=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #11034E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11034E is #EEFCB1. Grayscale: #0F0F0F. Windows color (decimal): -15662258 or 5112593. OLE color: 5112593.

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

Color convert

RGB17378-
CMYK0.780.9600.69
HSL251.2º92.59%15.88%-
HSV(B)251.2º96.15%30.59%-
XYZ1.640.737.26-
YUV15.74163.14128.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.35%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 78 (30.86% from 255) = 79.59%
R=17.35%
G=3.06%
B=79.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal173780.780.9600.69251.292.5915.88
Hex1134E4E60045fb5d10
Octal213116116140010537313520
Binary10001111001110100111011000000100010111111011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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