Html Css Color HEX #100849 Paua

📋 copy color: '#100849'

red 16 ◦ green 8 ◦ blue 73

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

Shades of Paua #100849

Tints of Paua #100849

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.25%

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

R = 16.49%
G = 8.25%
B = 75.26%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#100849 (or 0x100849) is known color: Paua. HEX triplet: 10, 08 and 49. RGB value is (16,8,73). Sum of RGB (Red+Green+Blue) = 16+8+73=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #100849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100849 is #EFF7B6. Grayscale: #111111. Windows color (decimal): -15726519 or 4786192. OLE color: 4786192.

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

Color convert

RGB 16 8 73 -
CMYK 0.78 0.89 0 0.71
HSL 247.38º 0.8% 0.16% -
HSV(B) 247.38º 0.89% 0.29% -
XYZ 1.5 0.76 6.37 -
YUV 17.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 16 8 73 0.78 0.89 0 0.71 247.38 0.8 0.16
Hex 10 8 49 4E 59 0 47 F7 50 10
Octal 20 10 111 116 131 0 107 367 120 20
Binary 10000 1000 1001001 1001110 1011001 0 1000111 11110111 1010000 10000

Color Harmonies of #100849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100849

Black with #100849

Text Example


Text Example

White with #100849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100849; }

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

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

background-color css

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

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

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

border-color css

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

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

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