#10094D

Color #10094D Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #10094D

Tints of Paua #10094D

Color information

#10094D (or 0x10094D) is unknown color: approx Paua. HEX triplet: 10, 09 and 4D. RGB value is (16,9,77). Sum of RGB (Red+Green+Blue) = 16+9+77=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #10094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10094D is #EFF6B2. Grayscale: #121212. Windows color (decimal): -15726259 or 5048592. OLE color: 5048592.

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

Color convert

RGB16977-
CMYK0.790.8800.70
HSL246.18º79.07%16.86%-
HSV(B)246.18º88.31%30.2%-
XYZ1.650.847.1-
YUV18.84160.82125.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.69%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 77 (30.47% from 255) = 75.49%
R=15.69%
G=8.82%
B=75.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal169770.790.8800.70246.1879.0716.86
Hex1094D4F58046f64f11
Octal2011115117130010636611721
Binary1000010011001101100111110110000100011011110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10094D;
 }
 .AnyTagClassName
 {
   color: #10094D;
 }
</style>
background-color css

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

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

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

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

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

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