Html Css Color HEX #110A40 Paua

📋 copy color: '#110A40'

red 17 ◦ green 10 ◦ blue 64

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

Shades of Paua #110A40

Tints of Paua #110A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.99%

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

R = 18.68%
G = 10.99%
B = 70.33%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#110A40 (or 0x110A40) is known color: Paua. HEX triplet: 11, 0A and 40. RGB value is (17,10,64). Sum of RGB (Red+Green+Blue) = 17+10+64=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #110A40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110A40 is #EEF5BF. Grayscale: #121212. Windows color (decimal): -15660480 or 4196881. OLE color: 4196881.

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

Color convert

RGB 17 10 64 -
CMYK 0.73 0.84 0 0.75
HSL 247.78º 0.73% 0.15% -
HSV(B) 247.78º 0.84% 0.25% -
XYZ 1.27 0.71 4.92 -
YUV 18.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 17 10 64 0.73 0.84 0 0.75 247.78 0.73 0.15
Hex 11 A 40 49 54 0 4B F8 49 F
Octal 21 12 100 111 124 0 113 370 111 17
Binary 10001 1010 1000000 1001001 1010100 0 1001011 11111000 1001001 1111

Color Harmonies of #110A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110A40

Black with #110A40

Text Example


Text Example

White with #110A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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