Html Css Color HEX #100744 Paua

📋 copy color: '#100744'

red 16 ◦ green 7 ◦ blue 68

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

Shades of Paua #100744

Tints of Paua #100744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.69%

 BLUE value IS 68 (26.95% from 255) = 74.73%

R = 17.58%
G = 7.69%
B = 74.73%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#100744 (or 0x100744) is known color: Paua. HEX triplet: 10, 07 and 44. RGB value is (16,7,68). Sum of RGB (Red+Green+Blue) = 16+7+68=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #100744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100744 is #EFF8BB. Grayscale: #101010. Windows color (decimal): -15726780 or 4458256. OLE color: 4458256.

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

Color convert

RGB 16 7 68 -
CMYK 0.76 0.90 0 0.73
HSL 248.85º 0.81% 0.15% -
HSV(B) 248.85º 0.9% 0.27% -
XYZ 1.33 0.68 5.53 -
YUV 16.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 16 7 68 0.76 0.90 0 0.73 248.85 0.81 0.15
Hex 10 7 44 4C 5A 0 49 F9 51 F
Octal 20 7 104 114 132 0 111 371 121 17
Binary 10000 111 1000100 1001100 1011010 0 1001001 11111001 1010001 1111

Color Harmonies of #100744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100744

Black with #100744

Text Example


Text Example

White with #100744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100744; }

 p { color: rgb(16,7,68); }

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

background-color css

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

 a { background-color: rgb(16,7,68); }

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

border-color css

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

 span { border-color: rgb(16,7,68); }

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