Html Css Color HEX #110D4A Paua

📋 copy color: '#110D4A'

red 17 ◦ green 13 ◦ blue 74

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

Shades of Paua #110D4A

Tints of Paua #110D4A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.5%

 BLUE value IS 74 (29.3% from 255) = 71.15%

R = 16.35%
G = 12.5%
B = 71.15%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110D4A (or 0x110D4A) is known color: Paua. HEX triplet: 11, 0D and 4A. RGB value is (17,13,74). Sum of RGB (Red+Green+Blue) = 17+13+74=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 74 (29.30% from 255 or 71.15% from 104); Max value from RGB is 74 - color contains mainly: blue. Hex color #110D4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D4A is #EEF2B5. Grayscale: #141414. Windows color (decimal): -15659702 or 4853009. OLE color: 4853009.

HSL color Cylindrical-coordinate representation of color #110D4A: hue angle of 243.93º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110D4A is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 13 74 -
CMYK 0.77 0.82 0 0.71
HSL 243.93º 0.7% 0.17% -
HSV(B) 243.93º 0.82% 0.29% -
XYZ 1.61 0.9 6.57 -
YUV 21.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 17 13 74 0.77 0.82 0 0.71 243.93 0.7 0.17
Hex 11 D 4A 4D 52 0 47 F4 46 11
Octal 21 15 112 115 122 0 107 364 106 21
Binary 10001 1101 1001010 1001101 1010010 0 1000111 11110100 1000110 10001

Color Harmonies of #110D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110D4A

Black with #110D4A

Text Example


Text Example

White with #110D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,74); }

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

background-color css

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

 a { background-color: rgb(17,13,74); }

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

border-color css

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

 span { border-color: rgb(17,13,74); }

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