Html Css Color HEX #110948 Paua

📋 copy color: '#110948'

red 17 ◦ green 9 ◦ blue 72

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

Shades of Paua #110948

Tints of Paua #110948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 17.35%
G = 9.18%
B = 73.47%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110948 (or 0x110948) is known color: Paua. HEX triplet: 11, 09 and 48. RGB value is (17,9,72). Sum of RGB (Red+Green+Blue) = 17+9+72=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 72 (28.52% from 255 or 73.47% from 98); Max value from RGB is 72 - color contains mainly: blue. Hex color #110948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110948 is #EEF6B7. Grayscale: #121212. Windows color (decimal): -15660728 or 4720913. OLE color: 4720913.

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

Color convert

RGB 17 9 72 -
CMYK 0.76 0.88 0 0.72
HSL 247.62º 0.78% 0.16% -
HSV(B) 247.62º 0.88% 0.28% -
XYZ 1.5 0.78 6.2 -
YUV 18.57 158.15 126.88 -
System Red Green Blue C M Y K H S L
Decimal 17 9 72 0.76 0.88 0 0.72 247.62 0.78 0.16
Hex 11 9 48 4C 58 0 48 F8 4E 10
Octal 21 11 110 114 130 0 110 370 116 20
Binary 10001 1001 1001000 1001100 1011000 0 1001000 11111000 1001110 10000

Color Harmonies of #110948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110948

Black with #110948

Text Example


Text Example

White with #110948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110948; }

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

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

background-color css

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

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

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

border-color css

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

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

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