Html Css Color HEX #1C1559 Paua

📋 copy color: '#1C1559'

red 28 ◦ green 21 ◦ blue 89

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

Shades of Paua #1C1559

Tints of Paua #1C1559

RGB

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

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

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

R = 20.29%
G = 15.22%
B = 64.49%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C1559 (or 0x1C1559) is known color: Paua. HEX triplet: 1C, 15 and 59. RGB value is (28,21,89). Sum of RGB (Red+Green+Blue) = 28+21+89=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C1559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1559 is #E3EAA6. Grayscale: #1E1E1E. Windows color (decimal): -14936743 or 5838108. OLE color: 5838108.

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

Color convert

RGB 28 21 89 -
CMYK 0.69 0.76 0 0.65
HSL 246.18º 0.62% 0.22% -
HSV(B) 246.18º 0.76% 0.35% -
XYZ 2.55 1.5 9.61 -
YUV 30.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 28 21 89 0.69 0.76 0 0.65 246.18 0.62 0.22
Hex 1C 15 59 45 4C 0 41 F6 3E 16
Octal 34 25 131 105 114 0 101 366 76 26
Binary 11100 10101 1011001 1000101 1001100 0 1000001 11110110 111110 10110

Color Harmonies of #1C1559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1559

Black with #1C1559

Text Example


Text Example

White with #1C1559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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