Html Css Color HEX #110A48 Paua

📋 copy color: '#110A48'

red 17 ◦ green 10 ◦ blue 72

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

Shades of Paua #110A48

Tints of Paua #110A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.1%

 BLUE value IS 72 (28.52% from 255) = 72.73%

R = 17.17%
G = 10.1%
B = 72.73%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110A48 (or 0x110A48) is known color: Paua. HEX triplet: 11, 0A and 48. RGB value is (17,10,72). Sum of RGB (Red+Green+Blue) = 17+10+72=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 10 (4.30% from 255 or 10.10% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #110A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A48 is #EEF5B7. Grayscale: #121212. Windows color (decimal): -15660472 or 4721169. OLE color: 4721169.

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

Color convert

RGB 17 10 72 -
CMYK 0.76 0.86 0 0.72
HSL 246.77º 0.76% 0.16% -
HSV(B) 246.77º 0.86% 0.28% -
XYZ 1.51 0.8 6.21 -
YUV 19.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 17 10 72 0.76 0.86 0 0.72 246.77 0.76 0.16
Hex 11 A 48 4C 56 0 48 F7 4C 10
Octal 21 12 110 114 126 0 110 367 114 20
Binary 10001 1010 1001000 1001100 1010110 0 1001000 11110111 1001100 10000

Color Harmonies of #110A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A48

Black with #110A48

Text Example


Text Example

White with #110A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,10,72); }

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

background-color css

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

 a { background-color: rgb(17,10,72); }

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

border-color css

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

 span { border-color: rgb(17,10,72); }

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