Html Css Color HEX #100941 Paua

📋 copy color: '#100941'

red 16 ◦ green 9 ◦ blue 65

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

Shades of Paua #100941

Tints of Paua #100941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10%

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

R = 17.78%
G = 10%
B = 72.22%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#100941 (or 0x100941) is known color: Paua. HEX triplet: 10, 09 and 41. RGB value is (16,9,65). Sum of RGB (Red+Green+Blue) = 16+9+65=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #100941 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100941 is #EFF6BE. Grayscale: #111111. Windows color (decimal): -15726271 or 4262160. OLE color: 4262160.

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

Color convert

RGB 16 9 65 -
CMYK 0.75 0.86 0 0.75
HSL 247.5º 0.76% 0.15% -
HSV(B) 247.5º 0.86% 0.25% -
XYZ 1.27 0.69 5.07 -
YUV 17.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 16 9 65 0.75 0.86 0 0.75 247.5 0.76 0.15
Hex 10 9 41 4B 56 0 4B F8 4C F
Octal 20 11 101 113 126 0 113 370 114 17
Binary 10000 1001 1000001 1001011 1010110 0 1001011 11111000 1001100 1111

Color Harmonies of #100941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100941

Black with #100941

Text Example


Text Example

White with #100941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100941; }

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

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

background-color css

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

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

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

border-color css

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

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

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