Html Css Color HEX #100E4A Paua

📋 copy color: '#100E4A'

red 16 ◦ green 14 ◦ blue 74

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

Shades of Paua #100E4A

Tints of Paua #100E4A

RGB

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

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

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

R = 15.38%
G = 13.46%
B = 71.15%

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

#100E4A (or 0x100E4A) is known color: Paua. HEX triplet: 10, 0E and 4A. RGB value is (16,14,74). Sum of RGB (Red+Green+Blue) = 16+14+74=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 14 (5.86% from 255 or 13.46% 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 #100E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E4A is #EFF1B5. Grayscale: #151515. Windows color (decimal): -15724982 or 4853264. OLE color: 4853264.

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

Color convert

RGB 16 14 74 -
CMYK 0.78 0.81 0 0.71
HSL 242º 0.68% 0.17% -
HSV(B) 242º 0.81% 0.29% -
XYZ 1.61 0.92 6.57 -
YUV 21.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 16 14 74 0.78 0.81 0 0.71 242 0.68 0.17
Hex 10 E 4A 4E 51 0 47 F2 44 11
Octal 20 16 112 116 121 0 107 362 104 21
Binary 10000 1110 1001010 1001110 1010001 0 1000111 11110010 1000100 10001

Color Harmonies of #100E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E4A

Black with #100E4A

Text Example


Text Example

White with #100E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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