Html Css Color HEX #100647 Paua

📋 copy color: '#100647'

red 16 ◦ green 6 ◦ blue 71

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

Shades of Paua #100647

Tints of Paua #100647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.45%

 BLUE value IS 71 (28.13% from 255) = 76.34%

R = 17.2%
G = 6.45%
B = 76.34%

CMYK

 C value IS 0.77

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100647 (or 0x100647) is known color: Paua. HEX triplet: 10, 06 and 47. RGB value is (16,6,71). Sum of RGB (Red+Green+Blue) = 16+6+71=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 71 (28.12% from 255 or 76.34% from 93); Max value from RGB is 71 - color contains mainly: blue. Hex color #100647 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100647 is #EFF9B8. Grayscale: #101010. Windows color (decimal): -15727033 or 4654608. OLE color: 4654608.

HSL color Cylindrical-coordinate representation of color #100647: hue angle of 249.23º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100647 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 6 71 -
CMYK 0.77 0.92 0 0.72
HSL 249.23º 0.84% 0.15% -
HSV(B) 249.23º 0.92% 0.28% -
XYZ 1.42 0.7 6.02 -
YUV 16.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 16 6 71 0.77 0.92 0 0.72 249.23 0.84 0.15
Hex 10 6 47 4D 5C 0 48 F9 54 F
Octal 20 6 107 115 134 0 110 371 124 17
Binary 10000 110 1000111 1001101 1011100 0 1001000 11111001 1010100 1111

Color Harmonies of #100647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100647

Black with #100647

Text Example


Text Example

White with #100647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100647; }

 p { color: rgb(16,6,71); }

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

background-color css

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

 a { background-color: rgb(16,6,71); }

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

border-color css

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

 span { border-color: rgb(16,6,71); }

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