Html Css Color HEX #1C1159 Paua

📋 copy color: '#1C1159'

red 28 ◦ green 17 ◦ blue 89

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

Shades of Paua #1C1159

Tints of Paua #1C1159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

 BLUE value IS 89 (35.16% from 255) = 66.42%

R = 20.9%
G = 12.69%
B = 66.42%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C1159 (or 0x1C1159) is known color: Paua. HEX triplet: 1C, 11 and 59. RGB value is (28,17,89). Sum of RGB (Red+Green+Blue) = 28+17+89=134 (17% of max value = 765). Red value is 28 (11.33% from 255 or 20.90% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1159 is #E3EEA6. Grayscale: #1C1C1C. Windows color (decimal): -14937767 or 5837084. OLE color: 5837084.

HSL color Cylindrical-coordinate representation of color #1C1159: hue angle of 249.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C1159 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 17 89 -
CMYK 0.69 0.81 0 0.65
HSL 249.17º 0.68% 0.21% -
HSV(B) 249.17º 0.81% 0.35% -
XYZ 2.48 1.37 9.58 -
YUV 28.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 28 17 89 0.69 0.81 0 0.65 249.17 0.68 0.21
Hex 1C 11 59 45 51 0 41 F9 44 15
Octal 34 21 131 105 121 0 101 371 104 25
Binary 11100 10001 1011001 1000101 1010001 0 1000001 11111001 1000100 10101

Color Harmonies of #1C1159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1159

Black with #1C1159

Text Example


Text Example

White with #1C1159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,17,89); }

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

background-color css

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

 a { background-color: rgb(28,17,89); }

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

border-color css

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

 span { border-color: rgb(28,17,89); }

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