Html Css Color HEX #110547 Paua

📋 copy color: '#110547'

red 17 ◦ green 5 ◦ blue 71

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

Shades of Paua #110547

Tints of Paua #110547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

 BLUE value IS 71 (28.13% from 255) = 76.34%

R = 18.28%
G = 5.38%
B = 76.34%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110547 (or 0x110547) is known color: Paua. HEX triplet: 11, 05 and 47. RGB value is (17,5,71). Sum of RGB (Red+Green+Blue) = 17+5+71=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #110547 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110547 is #EEFAB8. Grayscale: #0F0F0F. Windows color (decimal): -15661753 or 4654353. OLE color: 4654353.

HSL color Cylindrical-coordinate representation of color #110547: hue angle of 250.91º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110547 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 5 71 -
CMYK 0.76 0.93 0 0.72
HSL 250.91º 0.87% 0.15% -
HSV(B) 250.91º 0.93% 0.28% -
XYZ 1.42 0.68 6.02 -
YUV 16.11 158.98 128.63 -
System Red Green Blue C M Y K H S L
Decimal 17 5 71 0.76 0.93 0 0.72 250.91 0.87 0.15
Hex 11 5 47 4C 5D 0 48 FB 57 F
Octal 21 5 107 114 135 0 110 373 127 17
Binary 10001 101 1000111 1001100 1011101 0 1001000 11111011 1010111 1111

Color Harmonies of #110547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110547

Black with #110547

Text Example


Text Example

White with #110547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110547; }

 p { color: rgb(17,5,71); }

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

background-color css

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

 a { background-color: rgb(17,5,71); }

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

border-color css

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

 span { border-color: rgb(17,5,71); }

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