Html Css Color HEX #100F48 Paua

📋 copy color: '#100F48'

red 16 ◦ green 15 ◦ blue 72

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

Shades of Paua #100F48

Tints of Paua #100F48

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.9%

R = 15.53%
G = 14.56%
B = 69.9%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100F48 (or 0x100F48) is known color: 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

RGB 16 15 72 -
CMYK 0.78 0.79 0 0.72
HSL 241.05º 0.66% 0.17% -
HSV(B) 241.05º 0.79% 0.28% -
XYZ 1.55 0.92 6.23 -
YUV 21.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 16 15 72 0.78 0.79 0 0.72 241.05 0.66 0.17
Hex 10 F 48 4E 4F 0 48 F1 42 11
Octal 20 17 110 116 117 0 110 361 102 21
Binary 10000 1111 1001000 1001110 1001111 0 1001000 11110001 1000010 10001

Color Harmonies of #100F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F48

Black with #100F48

Text Example


Text Example

White with #100F48

Text Example


Text Example

HTML Codes & Css Web 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>