Html Css Color HEX #100B48 Paua

📋 copy color: '#100B48'

red 16 ◦ green 11 ◦ blue 72

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

Shades of Paua #100B48

Tints of Paua #100B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72.73%

R = 16.16%
G = 11.11%
B = 72.73%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100B48 (or 0x100B48) is known color: Paua. HEX triplet: 10, 0B and 48. RGB value is (16,11,72). Sum of RGB (Red+Green+Blue) = 16+11+72=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #100B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B48 is #EFF4B7. Grayscale: #131313. Windows color (decimal): -15725752 or 4721424. OLE color: 4721424.

HSL color Cylindrical-coordinate representation of color #100B48: hue angle of 244.92º 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 #100B48 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 11 72 -
CMYK 0.78 0.85 0 0.72
HSL 244.92º 0.73% 0.16% -
HSV(B) 244.92º 0.85% 0.28% -
XYZ 1.5 0.82 6.21 -
YUV 19.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 16 11 72 0.78 0.85 0 0.72 244.92 0.73 0.16
Hex 10 B 48 4E 55 0 48 F5 49 10
Octal 20 13 110 116 125 0 110 365 111 20
Binary 10000 1011 1001000 1001110 1010101 0 1001000 11110101 1001001 10000

Color Harmonies of #100B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100B48

Black with #100B48

Text Example


Text Example

White with #100B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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