#17094E

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

Shades of Paua #17094E

Tints of Paua #17094E

Color information

#17094E (or 0x17094E) is unknown color: approx Paua. HEX triplet: 17, 09 and 4E. RGB value is (23,9,78). Sum of RGB (Red+Green+Blue) = 23+9+78=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 78 (30.86% from 255 or 70.91% from 110); Max value from RGB is 78 - color contains mainly: blue. Hex color #17094E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17094E is #E8F6B1. Grayscale: #141414. Windows color (decimal): -15267506 or 5114135. OLE color: 5114135.

HSL color Cylindrical-coordinate representation of color #17094E: hue angle of 252.17º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17094E is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23978-
CMYK0.710.8800.69
HSL252.17º79.31%17.06%-
HSV(B)252.17º88.46%30.59%-
XYZ1.830.937.29-
YUV21.05160.14129.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 20.91%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 78 (30.86% from 255) = 70.91%
R=20.91%
G=8.18%
B=70.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal239780.710.8800.69252.1779.3117.06
Hex1794E4758045fc4f11
Octal2711116107130010537411721
Binary1011110011001110100011110110000100010111111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,9,78); }

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

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

 a { background-color: rgb(23,9,78); }

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

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

 span { border-color: rgb(23,9,78); }

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