#1C174B

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

Shades of Paua #1C174B

Tints of Paua #1C174B

Color information

#1C174B (or 0x1C174B) is unknown color: approx Paua. HEX triplet: 1C, 17 and 4B. RGB value is (28,23,75). Sum of RGB (Red+Green+Blue) = 28+23+75=126 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.22% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #1C174B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C174B is #E3E8B4. Grayscale: #1E1E1E. Windows color (decimal): -14936245 or 4921116. OLE color: 4921116.

HSL color Cylindrical-coordinate representation of color #1C174B: hue angle of 245.77º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C174B is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB282375-
CMYK0.630.6900.71
HSL245.77º53.06%19.22%-
HSV(B)245.77º69.33%29.41%-
XYZ2.061.376.81-
YUV30.42153.16126.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.22%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 75 (29.69% from 255) = 59.52%
R=22.22%
G=18.25%
B=59.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2823750.630.6900.71245.7753.0619.22
Hex1C174B3F45047f63513
Octal34271137710501073666523
Binary111001011110010111111111000101010001111111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C174B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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