Html Css Color HEX #110848 Paua

📋 copy color: '#110848'

red 17 ◦ green 8 ◦ blue 72

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

Shades of Paua #110848

Tints of Paua #110848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.25%

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

R = 17.53%
G = 8.25%
B = 74.23%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110848 (or 0x110848) is known color: Paua. HEX triplet: 11, 08 and 48. RGB value is (17,8,72). Sum of RGB (Red+Green+Blue) = 17+8+72=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #110848 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110848 is #EEF7B7. Grayscale: #111111. Windows color (decimal): -15660984 or 4720657. OLE color: 4720657.

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

Color convert

RGB 17 8 72 -
CMYK 0.76 0.89 0 0.72
HSL 248.44º 0.8% 0.16% -
HSV(B) 248.44º 0.89% 0.28% -
XYZ 1.49 0.76 6.2 -
YUV 17.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 17 8 72 0.76 0.89 0 0.72 248.44 0.8 0.16
Hex 11 8 48 4C 59 0 48 F8 50 10
Octal 21 10 110 114 131 0 110 370 120 20
Binary 10001 1000 1001000 1001100 1011001 0 1001000 11111000 1010000 10000

Color Harmonies of #110848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110848

Black with #110848

Text Example


Text Example

White with #110848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110848; }

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

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

background-color css

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

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

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

border-color css

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

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

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