Html Css Color HEX #110C47 Paua

📋 copy color: '#110C47'

red 17 ◦ green 12 ◦ blue 71

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

Shades of Paua #110C47

Tints of Paua #110C47

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12%

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

R = 17%
G = 12%
B = 71%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110C47 (or 0x110C47) is known color: Paua. HEX triplet: 11, 0C and 47. RGB value is (17,12,71). Sum of RGB (Red+Green+Blue) = 17+12+71=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #110C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C47 is #EEF3B8. Grayscale: #131313. Windows color (decimal): -15659961 or 4656145. OLE color: 4656145.

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

Color convert

RGB 17 12 71 -
CMYK 0.76 0.83 0 0.72
HSL 245.08º 0.71% 0.16% -
HSV(B) 245.08º 0.83% 0.28% -
XYZ 1.5 0.84 6.04 -
YUV 20.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 17 12 71 0.76 0.83 0 0.72 245.08 0.71 0.16
Hex 11 C 47 4C 53 0 48 F5 47 10
Octal 21 14 107 114 123 0 110 365 107 20
Binary 10001 1100 1000111 1001100 1010011 0 1001000 11110101 1000111 10000

Color Harmonies of #110C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C47

Black with #110C47

Text Example


Text Example

White with #110C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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