Html Css Color HEX #100948 Paua

📋 copy color: '#100948'

red 16 ◦ green 9 ◦ blue 72

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

Shades of Paua #100948

Tints of Paua #100948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

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

R = 16.49%
G = 9.28%
B = 74.23%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100948 (or 0x100948) is known color: Paua. HEX triplet: 10, 09 and 48. RGB value is (16,9,72). Sum of RGB (Red+Green+Blue) = 16+9+72=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #100948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100948 is #EFF6B7. Grayscale: #121212. Windows color (decimal): -15726264 or 4720912. OLE color: 4720912.

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

Color convert

RGB 16 9 72 -
CMYK 0.78 0.88 0 0.72
HSL 246.67º 0.78% 0.16% -
HSV(B) 246.67º 0.88% 0.28% -
XYZ 1.48 0.77 6.2 -
YUV 18.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 16 9 72 0.78 0.88 0 0.72 246.67 0.78 0.16
Hex 10 9 48 4E 58 0 48 F7 4E 10
Octal 20 11 110 116 130 0 110 367 116 20
Binary 10000 1001 1001000 1001110 1011000 0 1001000 11110111 1001110 10000

Color Harmonies of #100948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100948

Black with #100948

Text Example


Text Example

White with #100948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100948; }

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

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

background-color css

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

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

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

border-color css

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

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

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