Html Css Color HEX #110846 Paua

📋 copy color: '#110846'

red 17 ◦ green 8 ◦ blue 70

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

Shades of Paua #110846

Tints of Paua #110846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 73.68%

R = 17.89%
G = 8.42%
B = 73.68%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#110846 (or 0x110846) is known color: Paua. HEX triplet: 11, 08 and 46. RGB value is (17,8,70). Sum of RGB (Red+Green+Blue) = 17+8+70=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #110846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110846 is #EEF7B9. Grayscale: #111111. Windows color (decimal): -15660986 or 4589585. OLE color: 4589585.

HSL color Cylindrical-coordinate representation of color #110846: hue angle of 248.71º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110846 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 8 70 -
CMYK 0.76 0.89 0 0.73
HSL 248.71º 0.79% 0.15% -
HSV(B) 248.71º 0.89% 0.27% -
XYZ 1.42 0.74 5.86 -
YUV 17.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 17 8 70 0.76 0.89 0 0.73 248.71 0.79 0.15
Hex 11 8 46 4C 59 0 49 F9 4F F
Octal 21 10 106 114 131 0 111 371 117 17
Binary 10001 1000 1000110 1001100 1011001 0 1001001 11111001 1001111 1111

Color Harmonies of #110846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110846

Black with #110846

Text Example


Text Example

White with #110846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110846; }

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

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

background-color css

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

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

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

border-color css

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

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

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