#10094B

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

Shades of Paua #10094B

Tints of Paua #10094B

Color information

#10094B (or 0x10094B) is unknown color: approx Paua. HEX triplet: 10, 09 and 4B. RGB value is (16,9,75). Sum of RGB (Red+Green+Blue) = 16+9+75=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #10094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10094B is #EFF6B4. Grayscale: #121212. Windows color (decimal): -15726261 or 4917520. OLE color: 4917520.

HSL color Cylindrical-coordinate representation of color #10094B: hue angle of 246.36º degrees, saturation: 0.79, 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 #10094B is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB16975-
CMYK0.790.8800.71
HSL246.36º78.57%16.47%-
HSV(B)246.36º88%29.41%-
XYZ1.580.816.73-
YUV18.62159.82126.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 75 (29.69% from 255) = 75%
R=16%
G=9%
B=75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal169750.790.8800.71246.3678.5716.47
Hex1094B4F58047f64f10
Octal2011113117130010736611720
Binary1000010011001011100111110110000100011111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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