#100949

Color #100949 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #100949

Tints of Paua #100949

Color information

#100949 (or 0x100949) is unknown color: approx Paua. HEX triplet: 10, 09 and 49. RGB value is (16,9,73). Sum of RGB (Red+Green+Blue) = 16+9+73=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 73 (28.91% from 255 or 74.49% from 98); Max value from RGB is 73 - color contains mainly: blue. Hex color #100949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100949 is #EFF6B6. Grayscale: #121212. Windows color (decimal): -15726263 or 4786448. OLE color: 4786448.

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

Color convert

RGB16973-
CMYK0.780.8800.71
HSL246.56º78.05%16.08%-
HSV(B)246.56º87.67%28.63%-
XYZ1.510.796.38-
YUV18.39158.82126.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.33%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 73 (28.91% from 255) = 74.49%
R=16.33%
G=9.18%
B=74.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal169730.780.8800.71246.5678.0516.08
Hex109494E58047f74e10
Octal2011111116130010736711620
Binary1000010011001001100111010110000100011111110111100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100949; }

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

 H1.HeaderClassName
 {
   color: #100949;
 }
 .AnyTagClassName
 {
   color: #100949;
 }
</style>
background-color css

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

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

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

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

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

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