Html Css Color HEX #110C4A Paua

📋 copy color: '#110C4A'

red 17 ◦ green 12 ◦ blue 74

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

Shades of Paua #110C4A

Tints of Paua #110C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.65%

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

R = 16.5%
G = 11.65%
B = 71.84%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110C4A (or 0x110C4A) is known color: Paua. HEX triplet: 11, 0C and 4A. RGB value is (17,12,74). Sum of RGB (Red+Green+Blue) = 17+12+74=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #110C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C4A is #EEF3B5. Grayscale: #141414. Windows color (decimal): -15659958 or 4852753. OLE color: 4852753.

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

Color convert

RGB 17 12 74 -
CMYK 0.77 0.84 0 0.71
HSL 244.84º 0.72% 0.17% -
HSV(B) 244.84º 0.84% 0.29% -
XYZ 1.6 0.88 6.56 -
YUV 20.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 17 12 74 0.77 0.84 0 0.71 244.84 0.72 0.17
Hex 11 C 4A 4D 54 0 47 F5 48 11
Octal 21 14 112 115 124 0 107 365 110 21
Binary 10001 1100 1001010 1001101 1010100 0 1000111 11110101 1001000 10001

Color Harmonies of #110C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110C4A

Black with #110C4A

Text Example


Text Example

White with #110C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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