Html Css Color HEX #10084F Paua

📋 copy color: '#10084F'

red 16 ◦ green 8 ◦ blue 79

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

Shades of Paua #10084F

Tints of Paua #10084F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 76.7%

R = 15.53%
G = 7.77%
B = 76.7%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10084F (or 0x10084F) is known color: Paua. HEX triplet: 10, 08 and 4F. RGB value is (16,8,79). Sum of RGB (Red+Green+Blue) = 16+8+79=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 79 (31.25% from 255 or 76.70% from 103); Max value from RGB is 79 - color contains mainly: blue. Hex color #10084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10084F is #EFF7B0. Grayscale: #121212. Windows color (decimal): -15726513 or 5179408. OLE color: 5179408.

HSL color Cylindrical-coordinate representation of color #10084F: hue angle of 246.76º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10084F is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 8 79 -
CMYK 0.80 0.90 0 0.69
HSL 246.76º 0.82% 0.17% -
HSV(B) 246.76º 0.9% 0.31% -
XYZ 1.71 0.85 7.47 -
YUV 18.49 162.15 126.23 -
System Red Green Blue C M Y K H S L
Decimal 16 8 79 0.80 0.90 0 0.69 246.76 0.82 0.17
Hex 10 8 4F 50 5A 0 45 F7 52 11
Octal 20 10 117 120 132 0 105 367 122 21
Binary 10000 1000 1001111 1010000 1011010 0 1000101 11110111 1010010 10001

Color Harmonies of #10084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10084F

Black with #10084F

Text Example


Text Example

White with #10084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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