Html Css Color HEX #100C46 Paua

📋 copy color: '#100C46'

red 16 ◦ green 12 ◦ blue 70

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

Shades of Paua #100C46

Tints of Paua #100C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12.24%

 BLUE value IS 70 (27.73% from 255) = 71.43%

R = 16.33%
G = 12.24%
B = 71.43%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#100C46 (or 0x100C46) is known color: Paua. HEX triplet: 10, 0C and 46. RGB value is (16,12,70). Sum of RGB (Red+Green+Blue) = 16+12+70=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 70 (27.73% from 255 or 71.43% from 98); Max value from RGB is 70 - color contains mainly: blue. Hex color #100C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C46 is #EFF3B9. Grayscale: #131313. Windows color (decimal): -15725498 or 4590608. OLE color: 4590608.

HSL color Cylindrical-coordinate representation of color #100C46: hue angle of 244.14º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100C46 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 16 12 70 -
CMYK 0.77 0.83 0 0.73
HSL 244.14º 0.71% 0.16% -
HSV(B) 244.14º 0.83% 0.27% -
XYZ 1.45 0.82 5.88 -
YUV 19.81 156.33 125.28 -
System Red Green Blue C M Y K H S L
Decimal 16 12 70 0.77 0.83 0 0.73 244.14 0.71 0.16
Hex 10 C 46 4D 53 0 49 F4 47 10
Octal 20 14 106 115 123 0 111 364 107 20
Binary 10000 1100 1000110 1001101 1010011 0 1001001 11110100 1000111 10000

Color Harmonies of #100C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C46

Black with #100C46

Text Example


Text Example

White with #100C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,12,70); }

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

background-color css

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

 a { background-color: rgb(16,12,70); }

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

border-color css

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

 span { border-color: rgb(16,12,70); }

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