Html Css Color HEX #100741 Paua

📋 copy color: '#100741'

red 16 ◦ green 7 ◦ blue 65

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

Shades of Paua #100741

Tints of Paua #100741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 73.86%

R = 18.18%
G = 7.95%
B = 73.86%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#100741 (or 0x100741) is known color: Paua. HEX triplet: 10, 07 and 41. RGB value is (16,7,65). Sum of RGB (Red+Green+Blue) = 16+7+65=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 7 (3.12% from 255 or 7.95% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #100741 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100741 is #EFF8BE. Grayscale: #101010. Windows color (decimal): -15726783 or 4261648. OLE color: 4261648.

HSL color Cylindrical-coordinate representation of color #100741: hue angle of 249.31º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100741 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 7 65 -
CMYK 0.75 0.89 0 0.75
HSL 249.31º 0.81% 0.14% -
HSV(B) 249.31º 0.89% 0.25% -
XYZ 1.24 0.64 5.06 -
YUV 16.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 16 7 65 0.75 0.89 0 0.75 249.31 0.81 0.14
Hex 10 7 41 4B 59 0 4B F9 51 E
Octal 20 7 101 113 131 0 113 371 121 16
Binary 10000 111 1000001 1001011 1011001 0 1001011 11111001 1010001 1110

Color Harmonies of #100741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100741

Black with #100741

Text Example


Text Example

White with #100741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100741; }

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

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

background-color css

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

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

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

border-color css

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

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

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