Html Css Color HEX #110B47 Paua

📋 copy color: '#110B47'

red 17 ◦ green 11 ◦ blue 71

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

Shades of Paua #110B47

Tints of Paua #110B47

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.11%

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

R = 17.17%
G = 11.11%
B = 71.72%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110B47 (or 0x110B47) is known color: Paua. HEX triplet: 11, 0B and 47. RGB value is (17,11,71). Sum of RGB (Red+Green+Blue) = 17+11+71=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #110B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B47 is #EEF4B8. Grayscale: #131313. Windows color (decimal): -15660217 or 4655889. OLE color: 4655889.

HSL color Cylindrical-coordinate representation of color #110B47: hue angle of 246º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #110B47 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 11 71 -
CMYK 0.76 0.85 0 0.72
HSL 246º 0.73% 0.16% -
HSV(B) 246º 0.85% 0.28% -
XYZ 1.49 0.81 6.04 -
YUV 19.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 17 11 71 0.76 0.85 0 0.72 246 0.73 0.16
Hex 11 B 47 4C 55 0 48 F6 49 10
Octal 21 13 107 114 125 0 110 366 111 20
Binary 10001 1011 1000111 1001100 1010101 0 1001000 11110110 1001001 10000

Color Harmonies of #110B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110B47

Black with #110B47

Text Example


Text Example

White with #110B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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