#13283F

Color #13283F Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #13283F

Tints of Tangaroa #13283F

Color information

#13283F (or 0x13283F) is unknown color: approx Tangaroa. HEX triplet: 13, 28 and 3F. RGB value is (19,40,63). Sum of RGB (Red+Green+Blue) = 19+40+63=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #13283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13283F is #ECD7C0. Grayscale: #242424. Windows color (decimal): -15521729 or 4139027. OLE color: 4139027.

HSL color Cylindrical-coordinate representation of color #13283F: hue angle of 211.36º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13283F is Cyan = 0.70, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB194063-
CMYK0.700.3700.75
HSL211.36º53.66%16.08%-
HSV(B)211.36º69.84%24.71%-
XYZ1.922.014.99-
YUV36.34143.04115.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 40 (16.02% from 255) = 32.79%
BLUE value IS 63 (25% from 255) = 51.64%
R=15.57%
G=32.79%
B=51.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1940630.700.3700.75211.3653.6616.08
Hex13283F462504Bd33610
Octal2350771064501133236620
Binary100111010001111111000110100101010010111101001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,40,63); }

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

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

 a { background-color: rgb(19,40,63); }

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

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

 span { border-color: rgb(19,40,63); }

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