Html Css Color HEX #100449 Paua

📋 copy color: '#100449'

red 16 ◦ green 4 ◦ blue 73

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

Shades of Paua #100449

Tints of Paua #100449

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 17.2%
G = 4.3%
B = 78.49%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#100449 (or 0x100449) is known color: Paua. HEX triplet: 10, 04 and 49. RGB value is (16,4,73). Sum of RGB (Red+Green+Blue) = 16+4+73=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #100449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100449 is #EFFBB6. Grayscale: #0F0F0F. Windows color (decimal): -15727543 or 4785168. OLE color: 4785168.

HSL color Cylindrical-coordinate representation of color #100449: hue angle of 250.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100449 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 4 73 -
CMYK 0.78 0.95 0 0.71
HSL 250.43º 0.9% 0.15% -
HSV(B) 250.43º 0.95% 0.29% -
XYZ 1.46 0.68 6.36 -
YUV 15.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 16 4 73 0.78 0.95 0 0.71 250.43 0.9 0.15
Hex 10 4 49 4E 5F 0 47 FA 5A F
Octal 20 4 111 116 137 0 107 372 132 17
Binary 10000 100 1001001 1001110 1011111 0 1000111 11111010 1011010 1111

Color Harmonies of #100449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100449

Black with #100449

Text Example


Text Example

White with #100449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100449; }

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

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

background-color css

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

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

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

border-color css

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

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

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