Html Css Color HEX #100448 Paua

📋 copy color: '#100448'

red 16 ◦ green 4 ◦ blue 72

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

Shades of Paua #100448

Tints of Paua #100448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

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

R = 17.39%
G = 4.35%
B = 78.26%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100448 (or 0x100448) is known color: Paua. HEX triplet: 10, 04 and 48. RGB value is (16,4,72). Sum of RGB (Red+Green+Blue) = 16+4+72=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #100448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100448 is #EFFBB7. Grayscale: #0F0F0F. Windows color (decimal): -15727544 or 4719632. OLE color: 4719632.

HSL color Cylindrical-coordinate representation of color #100448: hue angle of 250.59º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100448 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 4 72 -
CMYK 0.78 0.94 0 0.72
HSL 250.59º 0.89% 0.15% -
HSV(B) 250.59º 0.94% 0.28% -
XYZ 1.43 0.66 6.18 -
YUV 15.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 16 4 72 0.78 0.94 0 0.72 250.59 0.89 0.15
Hex 10 4 48 4E 5E 0 48 FB 59 F
Octal 20 4 110 116 136 0 110 373 131 17
Binary 10000 100 1001000 1001110 1011110 0 1001000 11111011 1011001 1111

Color Harmonies of #100448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100448

Black with #100448

Text Example


Text Example

White with #100448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100448; }

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

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

background-color css

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

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

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

border-color css

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

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

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