Html Css Color HEX #10014D Paua

📋 copy color: '#10014D'

red 16 ◦ green 1 ◦ blue 77

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

Shades of Paua #10014D

Tints of Paua #10014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 81.91%

R = 17.02%
G = 1.06%
B = 81.91%

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

#10014D (or 0x10014D) is known color: Paua. HEX triplet: 10, 01 and 4D. RGB value is (16,1,77). Sum of RGB (Red+Green+Blue) = 16+1+77=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #10014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10014D is #EFFEB2. Grayscale: #0D0D0D. Windows color (decimal): -15728307 or 5046544. OLE color: 5046544.

HSL color Cylindrical-coordinate representation of color #10014D: hue angle of 251.84º 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 #10014D is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 1 77 -
CMYK 0.79 0.99 0 0.70
HSL 251.84º 0.97% 0.15% -
HSV(B) 251.84º 0.99% 0.3% -
XYZ 1.56 0.67 7.07 -
YUV 14.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 16 1 77 0.79 0.99 0 0.70 251.84 0.97 0.15
Hex 10 1 4D 4F 63 0 46 FC 61 F
Octal 20 1 115 117 143 0 106 374 141 17
Binary 10000 1 1001101 1001111 1100011 0 1000110 11111100 1100001 1111

Color Harmonies of #10014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10014D

Black with #10014D

Text Example


Text Example

White with #10014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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