Html Css Color HEX #10014E Paua

📋 copy color: '#10014E'

red 16 ◦ green 1 ◦ blue 78

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

Shades of Paua #10014E

Tints of Paua #10014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 82.11%

R = 16.84%
G = 1.05%
B = 82.11%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10014E (or 0x10014E) is known color: Paua. HEX triplet: 10, 01 and 4E. RGB value is (16,1,78). Sum of RGB (Red+Green+Blue) = 16+1+78=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #10014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10014E is #EFFEB1. Grayscale: #0D0D0D. Windows color (decimal): -15728306 or 5112080. OLE color: 5112080.

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

Color convert

RGB 16 1 78 -
CMYK 0.79 0.99 0 0.69
HSL 251.69º 0.97% 0.15% -
HSV(B) 251.69º 0.99% 0.31% -
XYZ 1.6 0.68 7.26 -
YUV 14.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 16 1 78 0.79 0.99 0 0.69 251.69 0.97 0.15
Hex 10 1 4E 4F 63 0 45 FC 61 F
Octal 20 1 116 117 143 0 105 374 141 17
Binary 10000 1 1001110 1001111 1100011 0 1000101 11111100 1100001 1111

Color Harmonies of #10014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10014E

Black with #10014E

Text Example


Text Example

White with #10014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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