Html Css Color HEX #100348 Paua

📋 copy color: '#100348'

red 16 ◦ green 3 ◦ blue 72

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

Shades of Paua #100348

Tints of Paua #100348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.3%

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

R = 17.58%
G = 3.3%
B = 79.12%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#100348 (or 0x100348) is known color: Paua. HEX triplet: 10, 03 and 48. RGB value is (16,3,72). Sum of RGB (Red+Green+Blue) = 16+3+72=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 72 (28.52% from 255 or 79.12% from 91); Max value from RGB is 72 - color contains mainly: blue. Hex color #100348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100348 is #EFFCB7. Grayscale: #0E0E0E. Windows color (decimal): -15727800 or 4719376. OLE color: 4719376.

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

Color convert

RGB 16 3 72 -
CMYK 0.78 0.96 0 0.72
HSL 251.3º 0.92% 0.15% -
HSV(B) 251.3º 0.96% 0.28% -
XYZ 1.42 0.64 6.18 -
YUV 14.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 16 3 72 0.78 0.96 0 0.72 251.3 0.92 0.15
Hex 10 3 48 4E 60 0 48 FB 5C F
Octal 20 3 110 116 140 0 110 373 134 17
Binary 10000 11 1001000 1001110 1100000 0 1001000 11111011 1011100 1111

Color Harmonies of #100348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100348

Black with #100348

Text Example


Text Example

White with #100348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100348; }

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

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

background-color css

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

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

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

border-color css

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

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

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