#05203A

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

Shades of Tangaroa #05203A

Tints of Tangaroa #05203A

Color information

#05203A (or 0x05203A) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 3A. RGB value is (5,32,58). Sum of RGB (Red+Green+Blue) = 5+32+58=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #05203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05203A is #FADFC5. Grayscale: #1A1A1A. Windows color (decimal): -16441286 or 3809285. OLE color: 3809285.

HSL color Cylindrical-coordinate representation of color #05203A: hue angle of 209.43º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05203A is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB53258-
CMYK0.910.4500.77
HSL209.43º84.13%12.35%-
HSV(B)209.43º91.38%22.75%-
XYZ1.341.374.2-
YUV26.89145.55112.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 32 (12.89% from 255) = 33.68%
BLUE value IS 58 (23.05% from 255) = 61.05%
R=5.26%
G=33.68%
B=61.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal532580.910.4500.77209.4384.1312.35
Hex5203A5B2D04Dd154c
Octal5407213355011532112414
Binary1011000001110101011011101101010011011101000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,32,58); }

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

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

 a { background-color: rgb(5,32,58); }

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

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

 span { border-color: rgb(5,32,58); }

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