#05203D

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

Shades of Tangaroa #05203D

Tints of Tangaroa #05203D

Color information

#05203D (or 0x05203D) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 3D. RGB value is (5,32,61). Sum of RGB (Red+Green+Blue) = 5+32+61=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 61 (24.22% from 255 or 62.24% from 98); Max value from RGB is 61 - color contains mainly: blue. Hex color #05203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05203D is #FADFC2. Grayscale: #1B1B1B. Windows color (decimal): -16441283 or 4005893. OLE color: 4005893.

HSL color Cylindrical-coordinate representation of color #05203D: hue angle of 211.07º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05203D is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB53261-
CMYK0.920.4800.76
HSL211.07º84.85%12.94%-
HSV(B)211.07º91.8%23.92%-
XYZ1.421.44.61-
YUV27.23147.05112.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 32 (12.89% from 255) = 32.65%
BLUE value IS 61 (24.22% from 255) = 62.24%
R=5.10%
G=32.65%
B=62.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal532610.920.4800.76211.0784.8512.94
Hex5203D5C3004Cd355d
Octal5407513460011432312515
Binary1011000001111011011100110000010011001101001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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