Html Css Color HEX #110841 Paua

📋 copy color: '#110841'

red 17 ◦ green 8 ◦ blue 65

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

Shades of Paua #110841

Tints of Paua #110841

RGB

 RED value IS 17 (7.03% from 255) = 18.89%

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

 BLUE value IS 65 (25.78% from 255) = 72.22%

R = 18.89%
G = 8.89%
B = 72.22%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110841 (or 0x110841) is known color: Paua. HEX triplet: 11, 08 and 41. RGB value is (17,8,65). Sum of RGB (Red+Green+Blue) = 17+8+65=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #110841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110841 is #EEF7BE. Grayscale: #101010. Windows color (decimal): -15660991 or 4261905. OLE color: 4261905.

HSL color Cylindrical-coordinate representation of color #110841: hue angle of 249.47º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110841 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 8 65 -
CMYK 0.74 0.88 0 0.75
HSL 249.47º 0.78% 0.14% -
HSV(B) 249.47º 0.88% 0.25% -
XYZ 1.27 0.67 5.06 -
YUV 17.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 17 8 65 0.74 0.88 0 0.75 249.47 0.78 0.14
Hex 11 8 41 4A 58 0 4B F9 4E E
Octal 21 10 101 112 130 0 113 371 116 16
Binary 10001 1000 1000001 1001010 1011000 0 1001011 11111001 1001110 1110

Color Harmonies of #110841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110841

Black with #110841

Text Example


Text Example

White with #110841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110841; }

 p { color: rgb(17,8,65); }

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

background-color css

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

 a { background-color: rgb(17,8,65); }

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

border-color css

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

 span { border-color: rgb(17,8,65); }

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