Html Css Color HEX #100B47 Paua

📋 copy color: '#100B47'

red 16 ◦ green 11 ◦ blue 71

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

Shades of Paua #100B47

Tints of Paua #100B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 72.45%

R = 16.33%
G = 11.22%
B = 72.45%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100B47 (or 0x100B47) is known color: Paua. HEX triplet: 10, 0B and 47. RGB value is (16,11,71). Sum of RGB (Red+Green+Blue) = 16+11+71=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #100B47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B47 is #EFF4B8. Grayscale: #131313. Windows color (decimal): -15725753 or 4655888. OLE color: 4655888.

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

Color convert

RGB 16 11 71 -
CMYK 0.77 0.85 0 0.72
HSL 245º 0.73% 0.16% -
HSV(B) 245º 0.85% 0.28% -
XYZ 1.47 0.8 6.04 -
YUV 19.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 16 11 71 0.77 0.85 0 0.72 245 0.73 0.16
Hex 10 B 47 4D 55 0 48 F5 49 10
Octal 20 13 107 115 125 0 110 365 111 20
Binary 10000 1011 1000111 1001101 1010101 0 1001000 11110101 1001001 10000

Color Harmonies of #100B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B47

Black with #100B47

Text Example


Text Example

White with #100B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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