Html Css Color HEX #1C0859 Paua

📋 copy color: '#1C0859'

red 28 ◦ green 8 ◦ blue 89

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

Shades of Paua #1C0859

Tints of Paua #1C0859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

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

R = 22.4%
G = 6.4%
B = 71.2%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C0859 (or 0x1C0859) is known color: Paua. HEX triplet: 1C, 08 and 59. RGB value is (28,8,89). Sum of RGB (Red+Green+Blue) = 28+8+89=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 89 (35.16% from 255 or 71.2% from 125); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C0859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0859 is #E3F7A6. Grayscale: #161616. Windows color (decimal): -14940071 or 5834780. OLE color: 5834780.

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

Color convert

RGB 28 8 89 -
CMYK 0.69 0.91 0 0.65
HSL 254.81º 0.84% 0.19% -
HSV(B) 254.81º 0.91% 0.35% -
XYZ 2.37 1.14 9.55 -
YUV 23.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 28 8 89 0.69 0.91 0 0.65 254.81 0.84 0.19
Hex 1C 8 59 45 5B 0 41 FF 54 13
Octal 34 10 131 105 133 0 101 377 124 23
Binary 11100 1000 1011001 1000101 1011011 0 1000001 11111111 1010100 10011

Color Harmonies of #1C0859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0859

Black with #1C0859

Text Example


Text Example

White with #1C0859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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