Html Css Color HEX #100E49 Paua

📋 copy color: '#100E49'

red 16 ◦ green 14 ◦ blue 73

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

Shades of Paua #100E49

Tints of Paua #100E49

RGB

 RED value IS 16 (6.64% from 255) = 15.53%

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

 BLUE value IS 73 (28.91% from 255) = 70.87%

R = 15.53%
G = 13.59%
B = 70.87%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#100E49 (or 0x100E49) is known color: Paua. HEX triplet: 10, 0E and 49. RGB value is (16,14,73). Sum of RGB (Red+Green+Blue) = 16+14+73=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 73 (28.91% from 255 or 70.87% from 103); Max value from RGB is 73 - color contains mainly: blue. Hex color #100E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E49 is #EFF1B6. Grayscale: #151515. Windows color (decimal): -15724983 or 4787728. OLE color: 4787728.

HSL color Cylindrical-coordinate representation of color #100E49: hue angle of 242.03º 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 #100E49 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 14 73 -
CMYK 0.78 0.81 0 0.71
HSL 242.03º 0.68% 0.17% -
HSV(B) 242.03º 0.81% 0.29% -
XYZ 1.57 0.91 6.4 -
YUV 21.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 16 14 73 0.78 0.81 0 0.71 242.03 0.68 0.17
Hex 10 E 49 4E 51 0 47 F2 44 11
Octal 20 16 111 116 121 0 107 362 104 21
Binary 10000 1110 1001001 1001110 1010001 0 1000111 11110010 1000100 10001

Color Harmonies of #100E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E49

Black with #100E49

Text Example


Text Example

White with #100E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100E49; }

 p { color: rgb(16,14,73); }

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

background-color css

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

 a { background-color: rgb(16,14,73); }

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

border-color css

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

 span { border-color: rgb(16,14,73); }

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