Html Css Color HEX #10084C Paua

📋 copy color: '#10084C'

red 16 ◦ green 8 ◦ blue 76

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

Shades of Paua #10084C

Tints of Paua #10084C

RGB

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

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

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

R = 16%
G = 8%
B = 76%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#10084C (or 0x10084C) is known color: Paua. HEX triplet: 10, 08 and 4C. RGB value is (16,8,76). Sum of RGB (Red+Green+Blue) = 16+8+76=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #10084C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10084C is #EFF7B3. Grayscale: #111111. Windows color (decimal): -15726516 or 4982800. OLE color: 4982800.

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

Color convert

RGB 16 8 76 -
CMYK 0.79 0.89 0 0.70
HSL 247.06º 0.81% 0.16% -
HSV(B) 247.06º 0.89% 0.3% -
XYZ 1.61 0.81 6.91 -
YUV 18.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 16 8 76 0.79 0.89 0 0.70 247.06 0.81 0.16
Hex 10 8 4C 4F 59 0 46 F7 51 10
Octal 20 10 114 117 131 0 106 367 121 20
Binary 10000 1000 1001100 1001111 1011001 0 1000110 11110111 1010001 10000

Color Harmonies of #10084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10084C

Black with #10084C

Text Example


Text Example

White with #10084C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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