#1C144A

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

Shades of Paua #1C144A

Tints of Paua #1C144A

Color information

#1C144A (or 0x1C144A) is unknown color: approx Paua. HEX triplet: 1C, 14 and 4A. RGB value is (28,20,74). Sum of RGB (Red+Green+Blue) = 28+20+74=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C144A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C144A is #E3EBB5. Grayscale: #1C1C1C. Windows color (decimal): -14937014 or 4854812. OLE color: 4854812.

HSL color Cylindrical-coordinate representation of color #1C144A: hue angle of 248.89º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C144A is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB282074-
CMYK0.620.7300.71
HSL248.89º57.45%18.43%-
HSV(B)248.89º72.97%29.02%-
XYZ1.971.246.61-
YUV28.55153.65127.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.95%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 74 (29.30% from 255) = 60.66%
R=22.95%
G=16.39%
B=60.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2820740.620.7300.71248.8957.4518.43
Hex1C144A3E49047f93912
Octal34241127611101073717122
Binary111001010010010101111101001001010001111111100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,74); }

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

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

 a { background-color: rgb(28,20,74); }

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

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

 span { border-color: rgb(28,20,74); }

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