Html Css Color HEX #110940 Paua

📋 copy color: '#110940'

red 17 ◦ green 9 ◦ blue 64

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

Shades of Paua #110940

Tints of Paua #110940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 71.11%

R = 18.89%
G = 10%
B = 71.11%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110940 (or 0x110940) is known color: Paua. HEX triplet: 11, 09 and 40. RGB value is (17,9,64). Sum of RGB (Red+Green+Blue) = 17+9+64=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #110940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110940 is #EEF6BF. Grayscale: #111111. Windows color (decimal): -15660736 or 4196625. OLE color: 4196625.

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

Color convert

RGB 17 9 64 -
CMYK 0.73 0.86 0 0.75
HSL 248.73º 0.75% 0.14% -
HSV(B) 248.73º 0.86% 0.25% -
XYZ 1.25 0.68 4.92 -
YUV 17.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 17 9 64 0.73 0.86 0 0.75 248.73 0.75 0.14
Hex 11 9 40 49 56 0 4B F9 4B E
Octal 21 11 100 111 126 0 113 371 113 16
Binary 10001 1001 1000000 1001001 1010110 0 1001011 11111001 1001011 1110

Color Harmonies of #110940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110940

Black with #110940

Text Example


Text Example

White with #110940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110940; }

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

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

background-color css

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

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

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

border-color css

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

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

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