#1C174F

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

Shades of Paua #1C174F

Tints of Paua #1C174F

Color information

#1C174F (or 0x1C174F) is unknown color: approx Paua. HEX triplet: 1C, 17 and 4F. RGB value is (28,23,79). Sum of RGB (Red+Green+Blue) = 28+23+79=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #1C174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C174F is #E3E8B0. Grayscale: #1E1E1E. Windows color (decimal): -14936241 or 5183260. OLE color: 5183260.

HSL color Cylindrical-coordinate representation of color #1C174F: hue angle of 245.36º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C174F is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB282379-
CMYK0.650.7100.69
HSL245.36º54.9%20%-
HSV(B)245.36º70.89%30.98%-
XYZ2.21.427.56-
YUV30.88155.16125.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.54%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 79 (31.25% from 255) = 60.77%
R=21.54%
G=17.69%
B=60.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2823790.650.7100.69245.3654.920
Hex1C174F4147045f53714
Octal342711710110701053656724
Binary1110010111100111110000011000111010001011111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,23,79); }

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

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

 a { background-color: rgb(28,23,79); }

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

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

 span { border-color: rgb(28,23,79); }

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