Html Css Color HEX #10094A Paua

📋 copy color: '#10094A'

red 16 ◦ green 9 ◦ blue 74

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

Shades of Paua #10094A

Tints of Paua #10094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

 BLUE value IS 74 (29.3% from 255) = 74.75%

R = 16.16%
G = 9.09%
B = 74.75%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10094A (or 0x10094A) is known color: Paua. HEX triplet: 10, 09 and 4A. RGB value is (16,9,74). Sum of RGB (Red+Green+Blue) = 16+9+74=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #10094A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10094A is #EFF6B5. Grayscale: #121212. Windows color (decimal): -15726262 or 4851984. OLE color: 4851984.

HSL color Cylindrical-coordinate representation of color #10094A: hue angle of 246.46º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10094A is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 9 74 -
CMYK 0.78 0.88 0 0.71
HSL 246.46º 0.78% 0.16% -
HSV(B) 246.46º 0.88% 0.29% -
XYZ 1.55 0.8 6.55 -
YUV 18.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 16 9 74 0.78 0.88 0 0.71 246.46 0.78 0.16
Hex 10 9 4A 4E 58 0 47 F6 4E 10
Octal 20 11 112 116 130 0 107 366 116 20
Binary 10000 1001 1001010 1001110 1011000 0 1000111 11110110 1001110 10000

Color Harmonies of #10094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10094A

Black with #10094A

Text Example


Text Example

White with #10094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10094A; }

 p { color: rgb(16,9,74); }

 H1.HeaderClassName
 {
   color: #10094A;
 }
 .AnyTagClassName
 {
   color: #10094A;
 }
</style>

background-color css

<style>
 a { background-color: #10094A; }

 a { background-color: rgb(16,9,74); }

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

border-color css

<style>
 span { border-color: #10094A; }

 span { border-color: rgb(16,9,74); }

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