Html Css Color HEX #1C1059 Paua

📋 copy color: '#1C1059'

red 28 ◦ green 16 ◦ blue 89

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

Shades of Paua #1C1059

Tints of Paua #1C1059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

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

R = 21.05%
G = 12.03%
B = 66.92%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C1059 (or 0x1C1059) is known color: Paua. HEX triplet: 1C, 10 and 59. RGB value is (28,16,89). Sum of RGB (Red+Green+Blue) = 28+16+89=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1059 is #E3EFA6. Grayscale: #1B1B1B. Windows color (decimal): -14938023 or 5836828. OLE color: 5836828.

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

Color convert

RGB 28 16 89 -
CMYK 0.69 0.82 0 0.65
HSL 249.86º 0.7% 0.21% -
HSV(B) 249.86º 0.82% 0.35% -
XYZ 2.47 1.34 9.58 -
YUV 27.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 28 16 89 0.69 0.82 0 0.65 249.86 0.7 0.21
Hex 1C 10 59 45 52 0 41 FA 46 15
Octal 34 20 131 105 122 0 101 372 106 25
Binary 11100 10000 1011001 1000101 1010010 0 1000001 11111010 1000110 10101

Color Harmonies of #1C1059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1059

Black with #1C1059

Text Example


Text Example

White with #1C1059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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