Html Css Color HEX #110448 Paua

📋 copy color: '#110448'

red 17 ◦ green 4 ◦ blue 72

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

Shades of Paua #110448

Tints of Paua #110448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 18.28%
G = 4.3%
B = 77.42%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#110448 (or 0x110448) is known color: Paua. HEX triplet: 11, 04 and 48. RGB value is (17,4,72). Sum of RGB (Red+Green+Blue) = 17+4+72=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #110448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110448 is #EEFBB7. Grayscale: #0F0F0F. Windows color (decimal): -15662008 or 4719633. OLE color: 4719633.

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

Color convert

RGB 17 4 72 -
CMYK 0.76 0.94 0 0.72
HSL 251.47º 0.89% 0.15% -
HSV(B) 251.47º 0.94% 0.28% -
XYZ 1.44 0.67 6.18 -
YUV 15.64 159.81 128.97 -
System Red Green Blue C M Y K H S L
Decimal 17 4 72 0.76 0.94 0 0.72 251.47 0.89 0.15
Hex 11 4 48 4C 5E 0 48 FB 59 F
Octal 21 4 110 114 136 0 110 373 131 17
Binary 10001 100 1001000 1001100 1011110 0 1001000 11111011 1011001 1111

Color Harmonies of #110448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110448

Black with #110448

Text Example


Text Example

White with #110448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110448; }

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

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

background-color css

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

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

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

border-color css

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

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

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