Html Css Color HEX #1C1859 Paua

📋 copy color: '#1C1859'

red 28 ◦ green 24 ◦ blue 89

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

Shades of Paua #1C1859

Tints of Paua #1C1859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 19.86%
G = 17.02%
B = 63.12%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C1859 (or 0x1C1859) is known color: Paua. HEX triplet: 1C, 18 and 59. RGB value is (28,24,89). Sum of RGB (Red+Green+Blue) = 28+24+89=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C1859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1859 is #E3E7A6. Grayscale: #202020. Windows color (decimal): -14935975 or 5838876. OLE color: 5838876.

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

Color convert

RGB 28 24 89 -
CMYK 0.69 0.73 0 0.65
HSL 243.69º 0.58% 0.22% -
HSV(B) 243.69º 0.73% 0.35% -
XYZ 2.61 1.62 9.63 -
YUV 32.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 28 24 89 0.69 0.73 0 0.65 243.69 0.58 0.22
Hex 1C 18 59 45 49 0 41 F4 3A 16
Octal 34 30 131 105 111 0 101 364 72 26
Binary 11100 11000 1011001 1000101 1001001 0 1000001 11110100 111010 10110

Color Harmonies of #1C1859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1859

Black with #1C1859

Text Example


Text Example

White with #1C1859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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