Html Css Color HEX #100946 Paua

📋 copy color: '#100946'

red 16 ◦ green 9 ◦ blue 70

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

Shades of Paua #100946

Tints of Paua #100946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

 BLUE value IS 70 (27.73% from 255) = 73.68%

R = 16.84%
G = 9.47%
B = 73.68%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#100946 (or 0x100946) is known color: Paua. HEX triplet: 10, 09 and 46. RGB value is (16,9,70). Sum of RGB (Red+Green+Blue) = 16+9+70=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #100946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100946 is #EFF6B9. Grayscale: #111111. Windows color (decimal): -15726266 or 4589840. OLE color: 4589840.

HSL color Cylindrical-coordinate representation of color #100946: hue angle of 246.89º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100946 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 9 70 -
CMYK 0.77 0.87 0 0.73
HSL 246.89º 0.77% 0.15% -
HSV(B) 246.89º 0.87% 0.27% -
XYZ 1.42 0.75 5.86 -
YUV 18.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 16 9 70 0.77 0.87 0 0.73 246.89 0.77 0.15
Hex 10 9 46 4D 57 0 49 F7 4D F
Octal 20 11 106 115 127 0 111 367 115 17
Binary 10000 1001 1000110 1001101 1010111 0 1001001 11110111 1001101 1111

Color Harmonies of #100946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100946

Black with #100946

Text Example


Text Example

White with #100946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100946; }

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

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

background-color css

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

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

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

border-color css

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

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

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