Html Css Color HEX #100648 Paua

📋 copy color: '#100648'

red 16 ◦ green 6 ◦ blue 72

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

Shades of Paua #100648

Tints of Paua #100648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 76.6%

R = 17.02%
G = 6.38%
B = 76.6%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100648 (or 0x100648) is known color: Paua. HEX triplet: 10, 06 and 48. RGB value is (16,6,72). Sum of RGB (Red+Green+Blue) = 16+6+72=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #100648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100648 is #EFF9B7. Grayscale: #101010. Windows color (decimal): -15727032 or 4720144. OLE color: 4720144.

HSL color Cylindrical-coordinate representation of color #100648: hue angle of 249.09º degrees, saturation: 0.85, 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 #100648 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 6 72 -
CMYK 0.78 0.92 0 0.72
HSL 249.09º 0.85% 0.15% -
HSV(B) 249.09º 0.92% 0.28% -
XYZ 1.45 0.71 6.19 -
YUV 16.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 16 6 72 0.78 0.92 0 0.72 249.09 0.85 0.15
Hex 10 6 48 4E 5C 0 48 F9 55 F
Octal 20 6 110 116 134 0 110 371 125 17
Binary 10000 110 1001000 1001110 1011100 0 1001000 11111001 1010101 1111

Color Harmonies of #100648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100648

Black with #100648

Text Example


Text Example

White with #100648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100648; }

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

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

background-color css

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

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

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

border-color css

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

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

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