Html Css Color HEX #110C46 Paua

📋 copy color: '#110C46'

red 17 ◦ green 12 ◦ blue 70

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

Shades of Paua #110C46

Tints of Paua #110C46

RGB

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

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

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

R = 17.17%
G = 12.12%
B = 70.71%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#110C46 (or 0x110C46) is known color: Paua. HEX triplet: 11, 0C and 46. RGB value is (17,12,70). Sum of RGB (Red+Green+Blue) = 17+12+70=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #110C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C46 is #EEF3B9. Grayscale: #131313. Windows color (decimal): -15659962 or 4590609. OLE color: 4590609.

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

Color convert

RGB 17 12 70 -
CMYK 0.76 0.83 0 0.73
HSL 245.17º 0.71% 0.16% -
HSV(B) 245.17º 0.83% 0.27% -
XYZ 1.47 0.82 5.88 -
YUV 20.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 17 12 70 0.76 0.83 0 0.73 245.17 0.71 0.16
Hex 11 C 46 4C 53 0 49 F5 47 10
Octal 21 14 106 114 123 0 111 365 107 20
Binary 10001 1100 1000110 1001100 1010011 0 1001001 11110101 1000111 10000

Color Harmonies of #110C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C46

Black with #110C46

Text Example


Text Example

White with #110C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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