Html Css Color HEX #10084D Paua

📋 copy color: '#10084D'

red 16 ◦ green 8 ◦ blue 77

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

Shades of Paua #10084D

Tints of Paua #10084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.92%

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

R = 15.84%
G = 7.92%
B = 76.24%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10084D (or 0x10084D) is known color: Paua. HEX triplet: 10, 08 and 4D. RGB value is (16,8,77). Sum of RGB (Red+Green+Blue) = 16+8+77=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 77 (30.47% from 255 or 76.24% from 101); Max value from RGB is 77 - color contains mainly: blue. Hex color #10084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10084D is #EFF7B2. Grayscale: #111111. Windows color (decimal): -15726515 or 5048336. OLE color: 5048336.

HSL color Cylindrical-coordinate representation of color #10084D: hue angle of 246.96º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10084D is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 8 77 -
CMYK 0.79 0.90 0 0.70
HSL 246.96º 0.81% 0.17% -
HSV(B) 246.96º 0.9% 0.3% -
XYZ 1.64 0.82 7.09 -
YUV 18.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 16 8 77 0.79 0.90 0 0.70 246.96 0.81 0.17
Hex 10 8 4D 4F 5A 0 46 F7 51 11
Octal 20 10 115 117 132 0 106 367 121 21
Binary 10000 1000 1001101 1001111 1011010 0 1000110 11110111 1010001 10001

Color Harmonies of #10084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10084D

Black with #10084D

Text Example


Text Example

White with #10084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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