#1C154E

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

Shades of Paua #1C154E

Tints of Paua #1C154E

Color information

#1C154E (or 0x1C154E) is unknown color: approx Paua. HEX triplet: 1C, 15 and 4E. RGB value is (28,21,78). Sum of RGB (Red+Green+Blue) = 28+21+78=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #1C154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C154E is #E3EAB1. Grayscale: #1D1D1D. Windows color (decimal): -14936754 or 5117212. OLE color: 5117212.

HSL color Cylindrical-coordinate representation of color #1C154E: hue angle of 247.37º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C154E is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB282178-
CMYK0.640.7300.69
HSL247.37º57.58%19.41%-
HSV(B)247.37º73.08%30.59%-
XYZ2.121.337.35-
YUV29.59155.32126.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=22.05%
G=16.54%
B=61.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2821780.640.7300.69247.3757.5819.41
Hex1C154E4049045f73a13
Octal342511610011101053677223
Binary1110010101100111010000001001001010001011111011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,21,78); }

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

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

 a { background-color: rgb(28,21,78); }

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

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

 span { border-color: rgb(28,21,78); }

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