Html Css Color HEX #110941 Paua

📋 copy color: '#110941'

red 17 ◦ green 9 ◦ blue 65

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

Shades of Paua #110941

Tints of Paua #110941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 71.43%

R = 18.68%
G = 9.89%
B = 71.43%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110941 (or 0x110941) is known color: Paua. HEX triplet: 11, 09 and 41. RGB value is (17,9,65). Sum of RGB (Red+Green+Blue) = 17+9+65=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #110941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110941 is #EEF6BE. Grayscale: #111111. Windows color (decimal): -15660735 or 4262161. OLE color: 4262161.

HSL color Cylindrical-coordinate representation of color #110941: hue angle of 248.57º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110941 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 9 65 -
CMYK 0.74 0.86 0 0.75
HSL 248.57º 0.76% 0.15% -
HSV(B) 248.57º 0.86% 0.25% -
XYZ 1.28 0.7 5.07 -
YUV 17.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 17 9 65 0.74 0.86 0 0.75 248.57 0.76 0.15
Hex 11 9 41 4A 56 0 4B F9 4C F
Octal 21 11 101 112 126 0 113 371 114 17
Binary 10001 1001 1000001 1001010 1010110 0 1001011 11111001 1001100 1111

Color Harmonies of #110941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110941

Black with #110941

Text Example


Text Example

White with #110941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110941; }

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

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

background-color css

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

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

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

border-color css

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

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

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