Html Css Color HEX #100B46 Paua

📋 copy color: '#100B46'

red 16 ◦ green 11 ◦ blue 70

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

Shades of Paua #100B46

Tints of Paua #100B46

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.34%

 BLUE value IS 70 (27.73% from 255) = 72.16%

R = 16.49%
G = 11.34%
B = 72.16%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#100B46 (or 0x100B46) is known color: Paua. HEX triplet: 10, 0B and 46. RGB value is (16,11,70). Sum of RGB (Red+Green+Blue) = 16+11+70=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 70 (27.73% from 255 or 72.16% from 97); Max value from RGB is 70 - color contains mainly: blue. Hex color #100B46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B46 is #EFF4B9. Grayscale: #121212. Windows color (decimal): -15725754 or 4590352. OLE color: 4590352.

HSL color Cylindrical-coordinate representation of color #100B46: hue angle of 245.08º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100B46 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 11 70 -
CMYK 0.77 0.84 0 0.73
HSL 245.08º 0.73% 0.16% -
HSV(B) 245.08º 0.84% 0.27% -
XYZ 1.44 0.79 5.87 -
YUV 19.22 156.66 125.7 -
System Red Green Blue C M Y K H S L
Decimal 16 11 70 0.77 0.84 0 0.73 245.08 0.73 0.16
Hex 10 B 46 4D 54 0 49 F5 49 10
Octal 20 13 106 115 124 0 111 365 111 20
Binary 10000 1011 1000110 1001101 1010100 0 1001001 11110101 1001001 10000

Color Harmonies of #100B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B46

Black with #100B46

Text Example


Text Example

White with #100B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100B46; }

 p { color: rgb(16,11,70); }

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

background-color css

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

 a { background-color: rgb(16,11,70); }

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

border-color css

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

 span { border-color: rgb(16,11,70); }

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