#13094B

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

Shades of Paua #13094B

Tints of Paua #13094B

Color information

#13094B (or 0x13094B) is unknown color: approx Paua. HEX triplet: 13, 09 and 4B. RGB value is (19,9,75). Sum of RGB (Red+Green+Blue) = 19+9+75=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 75 (29.69% from 255 or 72.82% from 103); Max value from RGB is 75 - color contains mainly: blue. Hex color #13094B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13094B is #ECF6B4. Grayscale: #131313. Windows color (decimal): -15529653 or 4917523. OLE color: 4917523.

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

Color convert

RGB19975-
CMYK0.750.8800.71
HSL249.09º78.57%16.47%-
HSV(B)249.09º88%29.41%-
XYZ1.640.846.73-
YUV19.51159.31127.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 75 (29.69% from 255) = 72.82%
R=18.45%
G=8.74%
B=72.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal199750.750.8800.71249.0978.5716.47
Hex1394B4B58047f94f10
Octal2311113113130010737111720
Binary1001110011001011100101110110000100011111111001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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