Html Css Color HEX #10014C Paua

📋 copy color: '#10014C'

red 16 ◦ green 1 ◦ blue 76

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

Shades of Paua #10014C

Tints of Paua #10014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

 BLUE value IS 76 (30.08% from 255) = 81.72%

R = 17.2%
G = 1.08%
B = 81.72%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10014C (or 0x10014C) is known color: Paua. HEX triplet: 10, 01 and 4C. RGB value is (16,1,76). Sum of RGB (Red+Green+Blue) = 16+1+76=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #10014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10014C is #EFFEB3. Grayscale: #0D0D0D. Windows color (decimal): -15728308 or 4981008. OLE color: 4981008.

HSL color Cylindrical-coordinate representation of color #10014C: hue angle of 252º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10014C is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 1 76 -
CMYK 0.79 0.99 0 0.70
HSL 252º 0.97% 0.15% -
HSV(B) 252º 0.99% 0.3% -
XYZ 1.53 0.65 6.88 -
YUV 14.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 16 1 76 0.79 0.99 0 0.70 252 0.97 0.15
Hex 10 1 4C 4F 63 0 46 FC 61 F
Octal 20 1 114 117 143 0 106 374 141 17
Binary 10000 1 1001100 1001111 1100011 0 1000110 11111100 1100001 1111

Color Harmonies of #10014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10014C

Black with #10014C

Text Example


Text Example

White with #10014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10014C; }

 p { color: rgb(16,1,76); }

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

background-color css

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

 a { background-color: rgb(16,1,76); }

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

border-color css

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

 span { border-color: rgb(16,1,76); }

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