#1E175C

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

Shades of Paua #1E175C

Tints of Paua #1E175C

Color information

#1E175C (or 0x1E175C) is unknown color: approx Paua. HEX triplet: 1E, 17 and 5C. RGB value is (30,23,92). Sum of RGB (Red+Green+Blue) = 30+23+92=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E175C is #E1E8A3. Grayscale: #202020. Windows color (decimal): -14805156 or 6035230. OLE color: 6035230.

HSL color Cylindrical-coordinate representation of color #1E175C: hue angle of 246.09º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E175C is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB302392-
CMYK0.670.7500.64
HSL246.09º60%22.55%-
HSV(B)246.09º75%36.08%-
XYZ2.771.6610.3-
YUV32.96161.32125.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.69%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 92 (36.33% from 255) = 63.45%
R=20.69%
G=15.86%
B=63.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3023920.670.7500.64246.096022.55
Hex1E175C434B040f63c17
Octal362713410311301003667427
Binary1111010111101110010000111001011010000001111011011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E175C; }

 p { color: rgb(30,23,92); }

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

<style>
 a { background-color: #1E175C; }

 a { background-color: rgb(30,23,92); }

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

<style>
 span { border-color: #1E175C; }

 span { border-color: rgb(30,23,92); }

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