#100F48

Color #100F48 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #100F48

Tints of Paua #100F48

Color information

#100F48 (or 0x100F48) is unknown color: approx Paua. HEX triplet: 10, 0F and 48. RGB value is (16,15,72). Sum of RGB (Red+Green+Blue) = 16+15+72=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #100F48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F48 is #EFF0B7. Grayscale: #151515. Windows color (decimal): -15724728 or 4722448. OLE color: 4722448.

HSL color Cylindrical-coordinate representation of color #100F48: hue angle of 241.05º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #100F48 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB161572-
CMYK0.780.7900.72
HSL241.05º65.52%17.06%-
HSV(B)241.05º79.17%28.24%-
XYZ1.550.926.23-
YUV21.8156.33123.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.53%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 72 (28.52% from 255) = 69.90%
R=15.53%
G=14.56%
B=69.90%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1615720.780.7900.72241.0565.5217.06
Hex10F484E4F048f14211
Octal2017110116117011036110221
Binary1000011111001000100111010011110100100011110001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #100F48;
 }
 .AnyTagClassName
 {
   color: #100F48;
 }
</style>
background-color css

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

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

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

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

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

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