Html Css Color HEX #100745 Paua

📋 copy color: '#100745'

red 16 ◦ green 7 ◦ blue 69

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

Shades of Paua #100745

Tints of Paua #100745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 75%

R = 17.39%
G = 7.61%
B = 75%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#100745 (or 0x100745) is known color: Paua. HEX triplet: 10, 07 and 45. RGB value is (16,7,69). Sum of RGB (Red+Green+Blue) = 16+7+69=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 7 (3.12% from 255 or 7.61% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #100745 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100745 is #EFF8BA. Grayscale: #101010. Windows color (decimal): -15726779 or 4523792. OLE color: 4523792.

HSL color Cylindrical-coordinate representation of color #100745: hue angle of 248.71º degrees, saturation: 0.82, 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 #100745 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 7 69 -
CMYK 0.77 0.90 0 0.73
HSL 248.71º 0.82% 0.15% -
HSV(B) 248.71º 0.9% 0.27% -
XYZ 1.36 0.69 5.69 -
YUV 16.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 16 7 69 0.77 0.90 0 0.73 248.71 0.82 0.15
Hex 10 7 45 4D 5A 0 49 F9 52 F
Octal 20 7 105 115 132 0 111 371 122 17
Binary 10000 111 1000101 1001101 1011010 0 1001001 11111001 1010010 1111

Color Harmonies of #100745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100745

Black with #100745

Text Example


Text Example

White with #100745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100745; }

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

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

background-color css

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

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

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

border-color css

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

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

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