Html Css Color HEX #110E4A Paua

📋 copy color: '#110E4A'

red 17 ◦ green 14 ◦ blue 74

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

Shades of Paua #110E4A

Tints of Paua #110E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.33%

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

R = 16.19%
G = 13.33%
B = 70.48%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#110E4A (or 0x110E4A) is known color: Paua. HEX triplet: 11, 0E and 4A. RGB value is (17,14,74). Sum of RGB (Red+Green+Blue) = 17+14+74=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 74 (29.30% from 255 or 70.48% from 105); Max value from RGB is 74 - color contains mainly: blue. Hex color #110E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E4A is #EEF1B5. Grayscale: #151515. Windows color (decimal): -15659446 or 4853265. OLE color: 4853265.

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

Color convert

RGB 17 14 74 -
CMYK 0.77 0.81 0 0.71
HSL 243º 0.68% 0.17% -
HSV(B) 243º 0.81% 0.29% -
XYZ 1.62 0.93 6.57 -
YUV 21.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 17 14 74 0.77 0.81 0 0.71 243 0.68 0.17
Hex 11 E 4A 4D 51 0 47 F3 44 11
Octal 21 16 112 115 121 0 107 363 104 21
Binary 10001 1110 1001010 1001101 1010001 0 1000111 11110011 1000100 10001

Color Harmonies of #110E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E4A

Black with #110E4A

Text Example


Text Example

White with #110E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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