Html Css Color HEX #1C1547 Paua

📋 copy color: '#1C1547'

red 28 ◦ green 21 ◦ blue 71

#1C1547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #1C1547

Tints of Paua #1C1547

RGB

 RED value IS 28 (11.33% from 255) = 23.33%

 GREEN value IS 21 (8.59% from 255) = 17.5%

 BLUE value IS 71 (28.13% from 255) = 59.17%

R = 23.33%
G = 17.5%
B = 59.17%

CMYK

 C value IS 0.61

 M value IS 0.70

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C1547 (or 0x1C1547) is known color: Paua. HEX triplet: 1C, 15 and 47. RGB value is (28,21,71). Sum of RGB (Red+Green+Blue) = 28+21+71=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 71 (28.12% from 255 or 59.17% from 120); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C1547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1547 is #E3EAB8. Grayscale: #1C1C1C. Windows color (decimal): -14936761 or 4658460. OLE color: 4658460.

HSL color Cylindrical-coordinate representation of color #1C1547: hue angle of 248.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C1547 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 21 71 -
CMYK 0.61 0.70 0 0.72
HSL 248.4º 0.54% 0.18% -
HSV(B) 248.4º 0.7% 0.28% -
XYZ 1.88 1.24 6.1 -
YUV 28.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 28 21 71 0.61 0.70 0 0.72 248.4 0.54 0.18
Hex 1C 15 47 3D 46 0 48 F8 36 12
Octal 34 25 107 75 106 0 110 370 66 22
Binary 11100 10101 1000111 111101 1000110 0 1001000 11111000 110110 10010

Color Harmonies of #1C1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1547

Black with #1C1547

Text Example


Text Example

White with #1C1547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C1547;
 }
 .AnyTagClassName
 {
   color: #1C1547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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