#05203C

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

Shades of Tangaroa #05203C

Tints of Tangaroa #05203C

Color information

#05203C (or 0x05203C) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 3C. RGB value is (5,32,60). Sum of RGB (Red+Green+Blue) = 5+32+60=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #05203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05203C is #FADFC3. Grayscale: #1A1A1A. Windows color (decimal): -16441284 or 3940357. OLE color: 3940357.

HSL color Cylindrical-coordinate representation of color #05203C: hue angle of 210.55º 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 #05203C is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB53260-
CMYK0.920.4700.76
HSL210.55º84.62%12.75%-
HSV(B)210.55º91.67%23.53%-
XYZ1.391.394.47-
YUV27.12146.55112.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 60 (23.83% from 255) = 61.86%
R=5.15%
G=32.99%
B=61.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal532600.920.4700.76210.5584.6212.75
Hex5203C5C2F04Cd355d
Octal5407413457011432312515
Binary1011000001111001011100101111010011001101001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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